Set plugins executable

This commit is contained in:
Greg Hellings
2024-07-13 02:43:44 -05:00
parent 6ae06cee50
commit e5b04d9b21
+1
View File
@@ -40,6 +40,7 @@ stages:
${EXCEPT}
sources
script:
- find "${PACKER_CONFIG_DIR}" -name '*_linux_amd64' -exec chmod +x '{}' ";"
- packer init sources
- echo $COMMAND > build.sh
- bash build.sh || exit 1