chore(helm): fail if branch/commit doesn't exist
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
8fc1ec18d8
commit
d78728212f
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ spec:
|
|||
mkdir -p /opt/openreplay/openreplay && cd /opt/openreplay/openreplay
|
||||
git clone https://github.com/openreplay/openreplay .
|
||||
ls /opt/openreplay/openreplay
|
||||
git checkout {{ default .Chart.AppVersion .Values.dbMigrationUpstreamBranch }}
|
||||
git checkout {{ default .Chart.AppVersion .Values.dbMigrationUpstreamBranch }} || exit 10
|
||||
|
||||
# Checking variable is empty. Shell independant method.
|
||||
if [ "x$ENTERPRISE_EDITION_LICENSE" != "x" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue