Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion oracle-linux-image-tools/bin/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ run_packer() {
echo_message "Invoke Packer"
local errexit="$(shopt -po errexit)"
set +e
/usr/bin/packer build -on-error=ask ${VM_NAME}.json
packer build -on-error=ask ${VM_NAME}.json
packer_status=$?
eval "${errexit}"

Expand Down