Browse Source

accidentally left in some commented out stuff

pull/518/head
qadan 10 years ago
parent
commit
90b1cc8166
  1. 8
      tests/scripts/travis_after_failure.sh

8
tests/scripts/travis_after_failure.sh

@ -14,13 +14,7 @@ git clone -b $CURRENT_REPO https://islandora-logger:$LOGGER_PW@github.com/Island
cd islandora_travis_logs cd islandora_travis_logs
git checkout -B $CURRENT_REPO git checkout -B $CURRENT_REPO
# Out with the old (anything older than a week) # Out with the old, in with the new
#for i in `find ./ -maxdepth 1 -type d -mtime +7 -print`
#do
# rm -rf $i
#done
# In with the new
#mkdir $TRAVIS_JOB_NUMBER
rm -rf ./* rm -rf ./*
cp $VERBOSE_DIR/* ./ cp $VERBOSE_DIR/* ./
cp $HOME/islandora_tomcat/logs/* ./ cp $HOME/islandora_tomcat/logs/* ./

Loading…
Cancel
Save