diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-04-02 15:07:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-02 15:07:03 +0200 |
commit | ffd2d783919e6038fe55e3e6b8cf44c0b3356a96 (patch) | |
tree | 49bc4a6d03f8f05b98d247c0569e02dc15cf996c /.cirrus.yml | |
parent | 82610d657d58b3da68c5af35cef7470b0819636b (diff) | |
parent | 0dfa163a64a7ba338a7ab9042f01a61d16399fad (diff) | |
download | podman-ffd2d783919e6038fe55e3e6b8cf44c0b3356a96.tar.gz podman-ffd2d783919e6038fe55e3e6b8cf44c0b3356a96.tar.bz2 podman-ffd2d783919e6038fe55e3e6b8cf44c0b3356a96.zip |
Merge pull request #5516 from cevich/remove_dupe_gate_cross
Cirrus: Remove darwin/windows builds in gate-job
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index a0340dbbd..01cecd5a8 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -139,8 +139,6 @@ gating_task: - '/usr/local/bin/entrypoint.sh clean podman-remote |& ${TIMESTAMP}' - '/usr/local/bin/entrypoint.sh clean podman xref_helpmsgs_manpages BUILDTAGS="exclude_graphdriver_devicemapper selinux seccomp" |& ${TIMESTAMP}' - '/usr/local/bin/entrypoint.sh local-cross |& ${TIMESTAMP}' - - '/usr/local/bin/entrypoint.sh podman-remote-darwin |& ${TIMESTAMP}' - - '/usr/local/bin/entrypoint.sh podman-remote-windows |& ${TIMESTAMP}' # Verify some aspects of ci/related scripts ci_script: |