summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-03-13 11:06:43 -0700
committerGitHub <noreply@github.com>2019-03-13 11:06:43 -0700
commita65788c8761f7a89be8ec6bd0fb547ec73f957f5 (patch)
treea2a0de1a8c90ca9ceee98c744e6a26cdd3f6cd6a /.cirrus.yml
parent31b09d2f7329dfac6a6ac17bc821ecaf59bd6e6b (diff)
parentc8ca027938b397d52a3064c5b5b10f6707e5f38c (diff)
downloadpodman-a65788c8761f7a89be8ec6bd0fb547ec73f957f5.tar.gz
podman-a65788c8761f7a89be8ec6bd0fb547ec73f957f5.tar.bz2
podman-a65788c8761f7a89be8ec6bd0fb547ec73f957f5.zip
Merge pull request #2622 from baude/protectdarwin
Add gating tasks
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 9ce690196..8e26ce72e 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -135,8 +135,10 @@ gating_task:
# This task builds Podman with different buildtags to ensure the build does
# not break.
build_script:
+ - '/usr/local/bin/entrypoint.sh clean podman'
+ - '/usr/local/bin/entrypoint.sh clean podman-remote'
- '/usr/local/bin/entrypoint.sh clean podman BUILDTAGS="exclude_graphdriver_devicemapper selinux seccomp"'
-
+ - '/usr/local/bin/entrypoint.sh clean podman-remote-darwin'
build_each_commit_task: