Browse Source

chore: update wording of CI job restart instructions

The tool isn't confused in this case, just cleaning up.
reviewable/pr5994/r1
Anthony Bilinski 6 years ago
parent
commit
871b363b6d
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
  1. 5
      MAINTAINING.md

5
MAINTAINING.md

@ -84,8 +84,9 @@ git config --global alias.logs 'log --show-signature'
# Continous Integration # Continous Integration
qTox nightly builds can be found in [qTox-nightly-release]. Should one build qTox nightly builds can be found in [qTox-nightly-release]. Should one build
fail, it is important to restart the whole Travis CI pipeline and not just fail, it is important to restart the whole Travis CI build and not just a
a single job or the tool managing the nightly builds can get confused. single job. The tool managing the nightly builds deletes all build artifacts
on any job failure, so all need to be rebuilt.
# Issues # Issues

Loading…
Cancel
Save