summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2019-07-22 10:34:04 -0400
committerChris Evich <cevich@redhat.com>2019-07-25 13:51:33 -0400
commite3082762fe9fefe5788496c32141a5d336a3d7c8 (patch)
tree9361e9f7e91f6333635835503474c74fa4635289 /contrib
parent6942d3275db684b6f606858e467980ff7d53b96c (diff)
downloadpodman-e3082762fe9fefe5788496c32141a5d336a3d7c8.tar.gz
podman-e3082762fe9fefe5788496c32141a5d336a3d7c8.tar.bz2
podman-e3082762fe9fefe5788496c32141a5d336a3d7c8.zip
Cirrus: Fix image build metadata update
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/cirrus/build_vm_images.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cirrus/build_vm_images.sh b/contrib/cirrus/build_vm_images.sh
index ad2e49156..dd5182c37 100755
--- a/contrib/cirrus/build_vm_images.sh
+++ b/contrib/cirrus/build_vm_images.sh
@@ -32,7 +32,7 @@ for base_image_var in $BASE_IMAGE_VARS
do
# See entrypoint.sh in contrib/imgts and contrib/imgprune
# These updates can take a while, run them in the background, check later
- gcloud compute images update "$image" \
+ gcloud compute images update \
--update-labels=last-used=$(date +%s) \
--update-labels=build-id=$CIRRUS_BUILD_ID \
--update-labels=repo-ref=$CIRRUS_CHANGE_IN_REPO \