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

Revert "Update common.yml"

This reverts commit ffb7b7eb
parent ffb7b7eb
No related branches found
No related tags found
No related merge requests found
include: "https://git.autistici.org/noblogs/composer-publish/raw/master/common.yml"
\ No newline at end of file
stages:
- release
variables:
TAG: $CI_COMMIT_TAG
AUTH: "__token__:$REGISTRY_TOKEN"
REGISTRY_URL: "$CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/composer"
release:
stage: release
only:
- tags
except:
- branches
image: curlimages/curl
script:
- curl -s -S --fail --data tag=$TAG -u $AUTH $REGISTRY_URL
\ 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