chore(builc): exiting immediately for error
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
f6afa133d2
commit
aed086683a
1 changed files with 2 additions and 1 deletions
|
|
@ -6,6 +6,7 @@
|
|||
# Default will be OSS build.
|
||||
|
||||
# Usage: IMAGE_TAG=latest DOCKER_REPO=myDockerHubID bash build.sh <ee>
|
||||
set -e
|
||||
|
||||
git_sha1=${IMAGE_TAG:-$(git rev-parse HEAD)}
|
||||
envarg="default-foss"
|
||||
|
|
@ -41,4 +42,4 @@ function build_api(){
|
|||
|
||||
check_prereq
|
||||
build_api $1
|
||||
echo buil_complete
|
||||
echo buil_complete
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue