Skip to content
Snippets Groups Projects
Commit 65a0039b authored by lucha's avatar lucha
Browse files

Update .gitlab-ci.yml

parent 6b46df0b
Branches
No related tags found
No related merge requests found
Pipeline #7702 passed
stages:
- release
variables:
TAG: "v0.1.4"
AUTH: "__token__:$REGISTRY_TOKEN"
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
include: "https://git.autistici.org/noblogs/composer-publish/raw/master/common.yml"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment