Skip to content

Commit

Permalink
Add Travis CI job 416.2 report (SUCCESSFUL)
Browse files Browse the repository at this point in the history
Job log: https://travis-ci.org/per1234/arduino-ci-script/jobs/232324094

Commit: per1234/arduino-ci-script@72c8fb2

Pull from remote report repository before pushing

If multiple jobs complete around the same time
publish_report_to_repository can fail because of history conflict. This
is caused by one job pushing to the repository after the other job has
cloned the repository but before it has pushed, causing a history
conflict. To avoid this I have added a ;pull before the commit (because
this is the last chance to do a pull without the chance of a conflict)
and just in case, another pull before the push. It should be extremely
rare that a push from one job happens between the pull and push of
another job.

Issue reported at
MCUdude/MegaCore#42 (comment)

[skip ci]
  • Loading branch information
arduino-ci-script-bot committed May 15, 2017
1 parent 49c47d1 commit 465dfe7
Showing 1 changed file with 113 additions and 0 deletions.
Loading

0 comments on commit 465dfe7

Please sign in to comment.