From 952966b677cf8c4490bc84d0069a2b2ef960708e Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Thu, 29 Sep 2016 16:27:52 +0200 Subject: [PATCH] Include job number in Hypothesis uploader commits --- scripts/upload-hypothesis-db.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upload-hypothesis-db.sh b/scripts/upload-hypothesis-db.sh index 362972d..3751b0a 100755 --- a/scripts/upload-hypothesis-db.sh +++ b/scripts/upload-hypothesis-db.sh @@ -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"