Update .gitlab-ci.yml file

This commit is contained in:
amevarashi 2024-04-29 12:34:56 +00:00
parent 7a63b95661
commit 2a88cba623
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ release_dev:
- if: $CI_COMMIT_BRANCH == "ci-test" # Run this job when commits are pushed or merged to the dev branch
script:
# - 'apk add gitlab-release-cli'
- apk add zip curl
- 'zip -r rsi.zip ./'
- |
curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file rsi.zip "${PACKAGE_REGISTRY_URL}/test_build"