You've already forked email-client
This is where it all begins...
This commit is contained in:
@@ -3,7 +3,8 @@ stages:
|
|||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
only: tags
|
only:
|
||||||
|
- tags
|
||||||
script:
|
script:
|
||||||
- apk add curl
|
- apk add curl
|
||||||
- 'curl --header "Job-Token: $CI_JOB_TOKEN" --data tag=<tag> "${CI_API_V4_URL}/projects/$CI_PROJECT_ID/packages/composer"'
|
- '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