From 90b1cc8166fdcd267bb713b0c8ba5d083b77ee57 Mon Sep 17 00:00:00 2001 From: qadan Date: Tue, 17 Jun 2014 13:19:04 -0300 Subject: [PATCH] accidentally left in some commented out stuff --- tests/scripts/travis_after_failure.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/tests/scripts/travis_after_failure.sh b/tests/scripts/travis_after_failure.sh index 0b2d7904..d32cb5f1 100755 --- a/tests/scripts/travis_after_failure.sh +++ b/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 git checkout -B $CURRENT_REPO -# Out with the old (anything older than a week) -#for i in `find ./ -maxdepth 1 -type d -mtime +7 -print` -#do -# rm -rf $i -#done -# In with the new -#mkdir $TRAVIS_JOB_NUMBER +# Out with the old, in with the new rm -rf ./* cp $VERBOSE_DIR/* ./ cp $HOME/islandora_tomcat/logs/* ./