mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
scripts: add -e to build.sh again
This commit is contained in:
parent
3dbd220472
commit
56aff48143
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# This script only builds the application from source.
|
||||
set -e
|
||||
|
||||
NO_COLOR="\x1b[0m"
|
||||
OK_COLOR="\x1b[32;01m"
|
||||
ERROR_COLOR="\x1b[31;01m"
|
||||
|
|
|
|||
Loading…
Reference in a new issue