mirror of https://github.com/containers/podman.git
Merge pull request #2031 from cevich/fix_build_all_commits
Cirrus: Skip build all commits test on master
This commit is contained in:
commit
34e7079b92
|
@ -103,6 +103,9 @@ build_each_commit_task:
|
|||
depends_on:
|
||||
- "gating"
|
||||
|
||||
# $CIRRUS_BASE_BRANCH is only set when testing a PR
|
||||
only_if: $CIRRUS_BRANCH != 'master'
|
||||
|
||||
gce_instance:
|
||||
image_project: "libpod-218412"
|
||||
zone: "us-central1-a" # Required by Cirrus for the time being
|
||||
|
|
Loading…
Reference in New Issue