From e3082762fe9fefe5788496c32141a5d336a3d7c8 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Mon, 22 Jul 2019 10:34:04 -0400 Subject: Cirrus: Fix image build metadata update Signed-off-by: Chris Evich --- contrib/cirrus/build_vm_images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/cirrus') 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 \ -- cgit v1.2.3-54-g00ecf