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

cicd: remove the examples from released package

parent 95f58a43
No related branches found
No related tags found
1 merge request!26Fix out of memory bug for mobile clients
Pipeline #73075 canceled
...@@ -14,6 +14,7 @@ create-packages: ...@@ -14,6 +14,7 @@ create-packages:
script: script:
- apk add tar curl - apk add tar curl
- cd ${QDS_CI_ARTIFACTS_PATH} - cd ${QDS_CI_ARTIFACTS_PATH}
- rm -rf examples
- export package_name="design_viewer_wasm-${CI_COMMIT_TAG}-qt${QDS_CI_QT_VERSION}.tar.gz" - export package_name="design_viewer_wasm-${CI_COMMIT_TAG}-qt${QDS_CI_QT_VERSION}.tar.gz"
- | - |
tar -czf "${package_name}" * tar -czf "${package_name}" *
......
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