Update Shippable hacking scripts default branch.

pull/68236/head
Matt Clay 4 years ago
parent ee6413af47
commit d049888a92

@ -37,7 +37,7 @@ Reducing incidental test coverage, and eventually removing incidental tests invo
```shell
hacking/shippable/get_recent_coverage_runs.py <optional branch name>
```
For now the branch name defaults to `temp-2.10-devel`.
The branch name defaults to `devel`.
2. Download code coverage data from Shippable for local analysis.
Example:
```shell

@ -24,7 +24,7 @@ from ansible.utils.color import stringc
import requests
import sys
BRANCH = 'temp-2.10-devel'
BRANCH = 'devel'
if len(sys.argv) > 1:
BRANCH = sys.argv[1]

Loading…
Cancel
Save