fix(build): if else error
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
18e9aa901d
commit
985af6cf61
1 changed files with 3 additions and 1 deletions
|
|
@ -62,4 +62,6 @@ function build_api(){
|
|||
|
||||
check_prereq
|
||||
build_api $1
|
||||
[[ $PATCH -eq 1 ]] && update_helm_release peers
|
||||
if [[ $PATCH -eq 1 ]]; then
|
||||
update_helm_release peers
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue