Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
josejulioramos committed Feb 13, 2020
1 parent 8a27235 commit a642cfc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions travis/containerCreation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
# fail fast settings from https://dougrichardson.org/2018/08/03/fail-fast-bash-scripting.html
set -euov pipefail

cd
ls build/libs/template-service.jar
pwd
ls build/libs
ls /

# Create a Docker image and tag it as 'travis_<build number>'
buildTag=travis_${TRAVIS_BRANCH}_$TRAVIS_BUILD_NUMBER
Expand Down

0 comments on commit a642cfc

Please sign in to comment.