Skip to content

Commit

Permalink
Fix cron script
Browse files Browse the repository at this point in the history
  • Loading branch information
StanczakDominik committed Oct 25, 2019
1 parent d010025 commit 0d59192
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cron.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ timeout 7200 taskset -c 0 asv run ALL --skip-existing-commits || true
# asv run NEW || true
# timeout 7200 asv run ALL --steps 10 --skip-existing-commits || true

git add results/$MACHINE
git checkout results
git add "results/$MACHINE"
git commit -m "New results from $MACHINE"

git push origin master
git push origin results
asv gh-pages --no-push
git push -f origin gh-pages
git checkout master

0 comments on commit 0d59192

Please sign in to comment.