summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2018-12-19 13:21:13 -0800
committerGitHub <noreply@github.com>2018-12-19 13:21:13 -0800
commit34e7079b92bf96fc93335f5f5b718f1476472e6d (patch)
treec74661e39deaad518303e95be9e874fa28d19d8a
parent8ec8ee935eb43976e9d73aa557932d800acc4f07 (diff)
parenta15328b0e99331279ca52ad71ce9011df0708395 (diff)
downloadpodman-34e7079b92bf96fc93335f5f5b718f1476472e6d.tar.gz
podman-34e7079b92bf96fc93335f5f5b718f1476472e6d.tar.bz2
podman-34e7079b92bf96fc93335f5f5b718f1476472e6d.zip
Merge pull request #2031 from cevich/fix_build_all_commits
Cirrus: Skip build all commits test on master
-rw-r--r--.cirrus.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 75c9ac89e..7afd8f0b3 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -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