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

cicd: stop updating submodules while creating the release

parent 4e17c312
No related branches found
No related tags found
No related merge requests found
Pipeline #71357 failed
......@@ -55,6 +55,7 @@ create-release:
QDS_PACKAGE_URL: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/qt-ui-viewer/${CI_COMMIT_TAG}"
QDS_RELEASE_NAME: "Qt UI Viewer - ${CI_COMMIT_TAG}"
QDS_RELEASE_DESCRIPTION: "This version is built with Qt-${QDS_CI_QT_VERSION}."
GIT_SUBMODULE_STRATEGY: none
release:
name: ${QDS_RELEASE_NAME}
description: ${QDS_RELEASE_DESCRIPTION}
......
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