chore(helmchart): fixed typo in job.yaml
This commit is contained in:
parent
948e6fdfc9
commit
4b927b859e
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ spec:
|
|||
args:
|
||||
- |
|
||||
git clone https://github.com/openreplay/openreplay /opt/openreplay/openreplay -b {{ .Chart.AppVersion }}
|
||||
# Checking variable is empty. shell indipendant method
|
||||
# Checking variable is empty. Shell independant method.
|
||||
if [ "x$ENTERPRISE_EDITION_LICENSE" != "x" ]; then
|
||||
echo "Copying enterprise code"
|
||||
cd /opt/openreplay/openreplay
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue