Update .gitlab-ci.yml file

This commit is contained in:
amevarashi 2024-04-29 12:39:37 +00:00
parent 2a88cba623
commit 002cf93518
1 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ variables:
# 3) A relative path to the source code from project repository root.
# NOTE: Please edit this path so it matches the structure of your project!
SOURCE_CODE_PATH: 'Source/'
PACKAGE_REGISTRY_URL: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/rsi/test"
# ### Define global cache rule
#
@ -110,7 +111,7 @@ release_dev:
script:
# - 'apk add gitlab-release-cli'
- apk add zip curl
- 'zip -r rsi.zip ./'
- 'zip -rq rsi.zip ./'
- |
curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file rsi.zip "${PACKAGE_REGISTRY_URL}/test_build"
# release: