Skip to content
Snippets Groups Projects
Verified Commit 246d232f authored by Burak Hançerli's avatar Burak Hançerli :headphones:
Browse files

cicd: fix package release

parent bdfd8a94
No related branches found
No related tags found
No related merge requests found
Pipeline #71355 failed
...@@ -8,6 +8,9 @@ create-packages: ...@@ -8,6 +8,9 @@ create-packages:
- job: test-x86_64 - job: test-x86_64
optional: false optional: false
artifacts: true artifacts: true
- job: build-android
optional: false
artifacts: true
variables: variables:
QDS_PACKAGE_URL: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/qt-ui-viewer/${CI_COMMIT_TAG}" QDS_PACKAGE_URL: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/qt-ui-viewer/${CI_COMMIT_TAG}"
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment