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

gitlab-ci.yml

parent 5955a805
Branches
Tags
No related merge requests found
include: "https://git.autistici.org/noblogs/composer-publish/raw/master/common.yml"
stages:
- release
variables:
TAG: "v0.1.4"
AUTH: "__token__:$REGISTRY_TOKEN"
PROJECT_ID: $CI_PROJECT_ID
release:
stage: release
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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment