diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7730cd04a60fe5d5065e46eb259740c897fe45ba..ac8bee150070e7e5f81430372059a7be5d0af6fa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -154,7 +154,8 @@ build tarball: script: - IMAGE_TAG="$CI_REGISTRY_IMAGE/axitools-bundler:${BUNDLER_TAG}" # 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}" - VERSION=$(ci/get_bundle_version.sh) - BUNDLE_NAME="cspp-geo-axi-tools-${VERSION}"