diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-08-10 12:10:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-10 12:10:43 +0200 |
commit | 926901d78d3af87b47ce0cfeafcf0e9a6d190334 (patch) | |
tree | 49f971ffe4964e0da011f650438d1a8a933936a1 /contrib/cirrus/build_vm_images.sh | |
parent | 3a554a0fda3acb460d0656b1bf059603dfd79a4d (diff) | |
parent | 0a05af1dd6ed8b6e58270b7a5de25291b24362f0 (diff) | |
download | podman-926901d78d3af87b47ce0cfeafcf0e9a6d190334.tar.gz podman-926901d78d3af87b47ce0cfeafcf0e9a6d190334.tar.bz2 podman-926901d78d3af87b47ce0cfeafcf0e9a6d190334.zip |
Merge pull request #3594 from cevich/second_partition
Add Second partition for storage-drive testing
Diffstat (limited to 'contrib/cirrus/build_vm_images.sh')
-rwxr-xr-x | contrib/cirrus/build_vm_images.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cirrus/build_vm_images.sh b/contrib/cirrus/build_vm_images.sh index dd5182c37..6230610cb 100755 --- a/contrib/cirrus/build_vm_images.sh +++ b/contrib/cirrus/build_vm_images.sh @@ -62,6 +62,6 @@ URI="gs://packer-import${POST_MERGE_BUCKET_SUFFIX}/manifest${BUILT_IMAGE_SUFFIX} gsutil cp packer-manifest.json "$URI" # Ensure any background 'gcloud compute images update' processes finish -wait # CentOS has no -n option :( +wait # No -n option in CentOS, this is the best that can be done :( echo "Finished. A JSON manifest of produced images is available at $URI" |