Set shell options for reliability.
Tweak a few other small things in our shell scripts.
This commit is contained in:
@@ -19,6 +19,10 @@
|
||||
# This script will make the 'run image' after building all of the necessary
|
||||
# binaries.
|
||||
|
||||
set -o errexit
|
||||
set -o nounset
|
||||
set -o pipefail
|
||||
|
||||
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
|
||||
source "$KUBE_ROOT/build/common.sh"
|
||||
|
||||
|
Reference in New Issue
Block a user