Skip to content

Commit

Permalink
fix in grid5000
Browse files Browse the repository at this point in the history
  • Loading branch information
simonAllier committed Dec 18, 2013
1 parent 43b9f0b commit de432c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions grid5000.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ cd /root/diversify-statements
git pull
mvn clean package

rm -rf repo/diversify-exp
sh script/git/init.sh repo
sleep $((RANDOM%500))

sleep $((RANDOM%300))

rm -rf repo/diversify-exp
java -jar target/Diversify-statements-1.0-SNAPSHOT-jar-with-dependencies.jar git repo

sh runFromGit.sh 100 &

0 comments on commit de432c9

Please sign in to comment.