I just evaluated random code in my console

This commit is contained in:
2023-11-01 17:14:19 -04:00
parent 05c6468863
commit bd6981f9db

View File

@@ -4,8 +4,9 @@ stages:
deploy:
stage: deploy
only:
refs:
- tags
- tags
tags:
- build
script:
- apk add curl
- 'curl --header "Job-Token: $CI_JOB_TOKEN" --data tag=<tag> "${CI_API_V4_URL}/projects/$CI_PROJECT_ID/packages/composer"'