This is where it all begins...
This commit is contained in:
@@ -3,7 +3,8 @@ stages:
|
||||
|
||||
deploy:
|
||||
stage: deploy
|
||||
only: tags
|
||||
only:
|
||||
- tags
|
||||
script:
|
||||
- apk add curl
|
||||
- 'curl --header "Job-Token: $CI_JOB_TOKEN" --data tag=<tag> "${CI_API_V4_URL}/projects/$CI_PROJECT_ID/packages/composer"'
|
||||
|
Reference in New Issue
Block a user