From 9b0df72d91b56084b5c362bd12023284f5ba460c Mon Sep 17 00:00:00 2001 From: Rado Chmiel Date: Tue, 22 Oct 2024 10:31:00 +0200 Subject: [PATCH] Force packer to replace existing image (#312) --- prow/config/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prow/config/config.yaml b/prow/config/config.yaml index 974bba57..72ab6f1e 100644 --- a/prow/config/config.yaml +++ b/prow/config/config.yaml @@ -1881,7 +1881,7 @@ periodics: args: - "-c" - | - set -eE; cd "$GOPATH/src/nephio_repo/test-infra/e2e/packer/gcp"; packer init . && packer build . + set -eE; cd "$GOPATH/src/nephio_repo/test-infra/e2e/packer/gcp"; packer init . && packer build -force . volumeMounts: - name: satoken mountPath: "/etc/satoken"