Update Shippable hacking scripts default branch.

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

@ -37,7 +37,7 @@ Reducing incidental test coverage, and eventually removing incidental tests invo
```shell ```shell
hacking/shippable/get_recent_coverage_runs.py <optional branch name> 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. 2. Download code coverage data from Shippable for local analysis.
Example: Example:
```shell ```shell

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

Loading…
Cancel
Save