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

More debugging

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