Skip to content
Snippets Groups Projects
Commit 565e50fc authored by lucha's avatar lucha
Browse files

Update common.yml

parent bd730320
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ stages:
variables:
TAG: $CI_COMMIT_TAG
AUTH: __token__:$REGISTRY_TOKEN
AUTH: "__token__:$REGISTRY_TOKEN"
PROJECT_ID: $CI_PROJECT_ID
release:
......@@ -14,5 +14,5 @@ release:
- branches
image: curlimages/curl
script:
- echo "Releasing tag ${TAG} for project id ${PROJECT_ID}"
- curl -s -S --fail --data tag=$TAG -u $AUTH "https://gitlab.com/api/v4/projects/${PROJECT_ID}/packages/composer"
\ No newline at end of file
- echo "Releasing tag $TAG for project id $PROJECT_ID"
- curl -s -S --fail --data tag=$TAG -u $AUTH "https://gitlab.com/api/v4/projects/$PROJECT_ID/packages/composer"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment