Skip to content

Commit

Permalink
Force packer to replace existing image (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
radoslawc authored Oct 22, 2024
1 parent c7cf661 commit 9b0df72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prow/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9b0df72

Please sign in to comment.