mirror of
https://github.com/containers/podman.git
synced 2025-06-23 18:59:30 +08:00
Merge pull request #2031 from cevich/fix_build_all_commits
Cirrus: Skip build all commits test on master
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user