Skip to content

Commit

Permalink
Scripts expect to be run from the repo root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhlin committed Dec 16, 2019
1 parent 618df62 commit dac9b96
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions travis/travis-wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@

timestamp=`date +%Y%m%d-%H%M`

cd travis

./build_docker.sh $timestamp
./test_stashcache_origin.sh
./test_stashcache.sh
./push_docker.sh $timestamp
./travis/build_docker.sh $timestamp
./travis/test_stashcache_origin.sh
./travis/test_stashcache.sh
./travis/push_docker.sh $timestamp

0 comments on commit dac9b96

Please sign in to comment.