fix config
This commit is contained in:
@@ -7,6 +7,7 @@ jobs:
|
||||
- run:
|
||||
name: Call GitHub Releases API
|
||||
command: |
|
||||
if [ ! -z "$CIRCLE_TAG" ]; then
|
||||
for url in $(echo $RELEASE_INJECTION | sed "s/,/ /g"); do
|
||||
curl -sL -X POST -H "Content-Type: application/json" \
|
||||
-u "$ACCESS_TOKEN" \
|
||||
@@ -15,6 +16,7 @@ jobs:
|
||||
\"name\": \"Netdisco $CIRCLE_TAG\"}" \
|
||||
$url
|
||||
done
|
||||
fi
|
||||
workflows:
|
||||
version: 2
|
||||
trigger-netdisco-docker-images-build:
|
||||
@@ -23,5 +25,5 @@ workflows:
|
||||
filters:
|
||||
tags:
|
||||
only: /^2\.\d{6}/
|
||||
branches:
|
||||
ignore: /.*/
|
||||
# branches:
|
||||
# ignore: /.*/
|
||||
|
||||
Reference in New Issue
Block a user