Update .gitlab-ci.yml file

This commit is contained in:
amevarashi 2024-04-29 16:51:35 +00:00
parent 5cbce72dd9
commit 0009ae3f25
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ release_dev:
- if: $CI_COMMIT_BRANCH == "ci-test" # Run this job when commits are pushed or merged to the dev branch
variables:
GIT_STRATEGY: none # Do not clone repo and skip 'before_script'
PACKAGE_REGISTRY_URL: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/rsi/test"
PACKAGE_REGISTRY_URL: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/rsi/ci_test"
script:
# - 'apk add gitlab-release-cli'
- apk add zip curl