diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2018-11-19 05:14:30 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-19 05:14:30 -0800 |
commit | 47ffaae840157dba421b018738416a3e4cc56a04 (patch) | |
tree | a28baead9adc61ec604cb7b22f99bfd4829a95bf /contrib/cirrus/build_vm_images.sh | |
parent | cd5742ff47f2650e1f33dd485485cd5027500955 (diff) | |
parent | 8b3fcb374ba15ee1d56f4b9c5ebd6e9372575471 (diff) | |
download | podman-47ffaae840157dba421b018738416a3e4cc56a04.tar.gz podman-47ffaae840157dba421b018738416a3e4cc56a04.tar.bz2 podman-47ffaae840157dba421b018738416a3e4cc56a04.zip |
Merge pull request #1780 from cevich/un-magic
Reveal magic, parallel system-testing and system-testing simplification
Diffstat (limited to 'contrib/cirrus/build_vm_images.sh')
-rwxr-xr-x | contrib/cirrus/build_vm_images.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/cirrus/build_vm_images.sh b/contrib/cirrus/build_vm_images.sh index ffbb2d5d5..c8ff55445 100755 --- a/contrib/cirrus/build_vm_images.sh +++ b/contrib/cirrus/build_vm_images.sh @@ -22,8 +22,6 @@ SCRIPT_BASE $SCRIPT_BASE PACKER_BASE $PACKER_BASE " -require_regex '\*\*\*\s*CIRRUS:\s*REBUILD\s*IMAGES\s*\*\*\*' 'Not re-building VM images' - show_env_vars # Everything here is running on the 'image-builder-image' GCE image |