Skip to content
Snippets Groups Projects
Commit 6b46df0b authored by lucha's avatar lucha
Browse files

Revert "Update .gitlab-ci.yml"

This reverts commit 483610dd
parent 483610dd
Branches
Tags
No related merge requests found
......@@ -4,10 +4,11 @@ stages:
variables:
TAG: "v0.1.4"
AUTH: "__token__:$REGISTRY_TOKEN"
REGISTRY_URL: "$CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/composer"
REGISTRY_URL: "https://gitlab.com/api/v4/projects/$CI_PROJECT_ID/packages/composer"
release:
stage: release
image: curlimages/curl
script:
- export
- curl -s -S --fail --data tag=$TAG -u $AUTH $REGISTRY_URL
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment