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

cicd: stop updating submodules while creating the package

parent 246d232f
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ create-packages:
artifacts: true
variables:
QDS_PACKAGE_URL: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/qt-ui-viewer/${CI_COMMIT_TAG}"
GIT_SUBMODULE_STRATEGY: none
script:
- apk add tar curl
- echo ${QDS_CI_ARTIFACTS_PATH}; ls -l ${QDS_CI_ARTIFACTS_PATH}
......
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