Skip to content
Snippets Groups Projects
Verified Commit 889be805 authored by David Hoese's avatar David Hoese
Browse files

Force CI to use PWD for tarball building

parent c48733dd
No related branches found
No related tags found
No related merge requests found
Pipeline #60119 passed
...@@ -154,7 +154,8 @@ build tarball: ...@@ -154,7 +154,8 @@ build tarball:
script: script:
- IMAGE_TAG="$CI_REGISTRY_IMAGE/axitools-bundler:${BUNDLER_TAG}" - IMAGE_TAG="$CI_REGISTRY_IMAGE/axitools-bundler:${BUNDLER_TAG}"
# bumi gitlab runner has /data/tmp mounted as /work # bumi gitlab runner has /data/tmp mounted as /work
- if [[ ! -d /work ]]; then OUT=${PWD}; else OUT=/work; fi # - if [[ ! -d /work ]]; then OUT=${PWD}; else OUT=/work; fi
- OUT="${PWD}"
- echo "OUT set to ${OUT}" - echo "OUT set to ${OUT}"
- VERSION=$(ci/get_bundle_version.sh) - VERSION=$(ci/get_bundle_version.sh)
- BUNDLE_NAME="cspp-geo-axi-tools-${VERSION}" - BUNDLE_NAME="cspp-geo-axi-tools-${VERSION}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment