Skip to content

CI: Force build of executor if artifacts exist

Warren Gifford requested to merge ef/executor-force-flag into main

Created by: efritz

-force - Forces a builder to run when artifacts from a previous build prevent a build from running. The exact behavior of a forced build is left to the builder. In general, a builder supporting the forced build will remove the artifacts from the previous build. This will allow the user to repeat a build without having to manually clean these artifacts beforehand.

https://www.packer.io/docs/commands/build

Merge request reports

Loading