Skip to content

Commit

Permalink
update grid5000.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
simonAllier committed Dec 17, 2013
1 parent a459f6c commit 9b16144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grid5000.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ cd /root/diversify-statements
git pull
mvn clean package

n=$RANDOM
sleep $(( n %= 300 ))

sleep $((RANDOM%300))

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

0 comments on commit 9b16144

Please sign in to comment.