diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2018-11-01 10:23:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-01 10:23:17 -0700 |
commit | 7772350f525bb02316067733587833266382e47a (patch) | |
tree | 4e1bae60e3d3de31e79ad5fccc505a3c2e73b4eb /.cirrus.yml | |
parent | 641dbda92657ef66c594c9265f10acde748635ae (diff) | |
parent | 91f398db4c92056bc77c1c82fe9a61e2c8739e8d (diff) | |
download | podman-7772350f525bb02316067733587833266382e47a.tar.gz podman-7772350f525bb02316067733587833266382e47a.tar.bz2 podman-7772350f525bb02316067733587833266382e47a.zip |
Merge pull request #1603 from cevich/fix_cirrus_image_build
Fix Cirrus/Packer VM image building
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index ae660394b..1cf21416e 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -99,6 +99,8 @@ build_vm_images_task: # Version of packer to use PACKER_VER: "1.3.1" + # VMs created by packer are not cleaned up by cirrus + auto_cancellation: $CI != "true" gce_instance: image_name: "image-builder-image" # Simply CentOS 7 + packer dependencies |