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

cicd: fix the packaging step

parent ed688033
No related branches found
No related tags found
No related merge requests found
Pipeline #71385 failed
......@@ -25,11 +25,11 @@ create-packages:
# app folder contains the apk for the app
# test folder contains the apk for the tests
# we only need to compress the app folder
cd "${arch}/app"
pushd "${arch}/app"
tar -czf "${arch}.tar.gz" *
echo "Uploading ${arch}.tar.gz to GitLab Package Registry"
curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file "${arch}.tar.gz" ${QDS_PACKAGE_URL}/qt-ui-viewer-${CI_COMMIT_TAG}-qt${QDS_CI_QT_VERSION}-${arch}.tar.gz
cd ..
popd
done
artifacts:
name: qt-ui-viewer-${CI_JOB_ID}-qt${QDS_CI_QT_VERSION}
......
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