mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Include job number in Hypothesis uploader commits
This commit is contained in:
parent
37ed28d849
commit
952966b677
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ if _is_dirty; then
|
|||
git checkout $TRAVIS_BRANCH
|
||||
|
||||
git add -fA $GIT_COMMIT_PATH
|
||||
git commit -m "Hypothesis examples"
|
||||
git commit -m "Hypothesis examples, job $TRAVIS_JOB_NUMBER"
|
||||
|
||||
for i in `seq 10`; do
|
||||
echo "push: try $i"
|
||||
|
|
|
|||
Loading…
Reference in a new issue