Skip to content

Commit 8360d44

Browse files
committed
Removed cleanDb from the Jenkins scripts
1 parent 9722728 commit 8360d44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/jenkins/ConfigureTestUbuntu1404VagrantEnvironment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ else
6565
fi
6666

6767
# Clean out the Database
68-
vagrant ssh -c "cd hoot; source ./SetupEnv.sh; cd hoot-services; make clean-db &> /dev/null"
68+
#vagrant ssh -c "cd hoot; source ./SetupEnv.sh; cd hoot-services; make clean-db &> /dev/null"
6969

7070
date +%F > ../BuildDate.txt
7171

scripts/jenkins/ConfigureUbuntu1404VagrantEnvironment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ else
6161
fi
6262

6363
# Clean out the Database
64-
vagrant ssh -c "cd hoot; source ./SetupEnv.sh; cd hoot-services; make clean-db &> /dev/null"
64+
#vagrant ssh -c "cd hoot; source ./SetupEnv.sh; cd hoot-services; make clean-db &> /dev/null"
6565

6666
date +%F > ../BuildDate.txt
6767

0 commit comments

Comments
 (0)