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

Add tarball bundling debug information

parent f6e67212
Branches
No related tags found
No related merge requests found
Pipeline #60105 failed
......@@ -155,9 +155,11 @@ build tarball:
- 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
- echo "OUT set to ${OUT}"
- VERSION=$(ci/get_bundle_version.sh)
- BUNDLE_NAME="cspp-geo-axi-tools-${VERSION}"
- docker run --rm -u $(id -u):$(id -g) -v ${OUT}:/out -e TMPDIR=/out -w /out ${IMAGE_TAG} /work/bin/bundle.sh "${BUNDLE_NAME}"
- ls -l ${OUT}
# -O is needed otherwise scp might try to use sftp which won't match security checks on SSH key on bumi
- scp -O -v "${OUT}/${BUNDLE_NAME}.tar.gz" davidh@bumi.ssec.wisc.edu:/data/dist/axitools/
rules:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment