Skip to content

Commit

Permalink
add path debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Oct 8, 2019
1 parent 77d139c commit f7f4aed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/travis/container_verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ echo ">>> VERIFY BUILD CONTAINER <<<"
DIR=$(mktemp -d)
echo "TEST_COMMAND:${TEST_COMMAND}"
echo "${TEST_COMMAND}">"verify.bash"
echo "TRAVIS_BUILD_DIR:${TRAVIS_BUILD_DIR}"
echo "PWD:$(pwd)"
echo "TEST:docker run -v $(pwd):/verify ${IMAGE}:${IMAGE_VERSION} bash -c \"echo ""***ROOT***""; ls /; echo ""***VERIFY***""; ls /verify; cp /verify/verify.bash /; chmod u+x /verify.bash; cd /; ./verify.bash\""
export CONTAINER_OUTPUT=$(docker run -v ${DIR}:/verify ${IMAGE}:${IMAGE_VERSION} bash -c "echo ""***ROOT***""; ls /; echo ""***VERIFY***""; ls /verify; cp /verify/verify.bash /; chmod u+x /verify.bash; cd /; ./verify.bash")
echo "CONTAINER_OUTPUT=${CONTAINER_OUTPUT}"
Expand Down

0 comments on commit f7f4aed

Please sign in to comment.