Commit cb900a20 authored by bokobza's avatar bokobza

logging what dirs are present after travis build

parent fc2b6ff2
...@@ -72,8 +72,13 @@ echo $log_prefix finished packaging ...@@ -72,8 +72,13 @@ echo $log_prefix finished packaging
#tests #tests
echo $log_prefix no tests to run echo $log_prefix no tests to run
echo $log_prefix contents of TRAVIS_BUILD_DIR
cd $TRAVIS_BUILD_DIR cd $TRAVIS_BUILD_DIR
ls ls
echo $log_prefix contents of the app-builds folder
cd $TRAVIS_BUILD_DIR/Breeze.UI/app-builds/
ls
echo $log_prefix FINISHED build echo $log_prefix FINISHED build
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment