mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
Do not abort if license is not set. Maybe someone wants to test non enterprise images.
This commit is contained in:
parent
c00392bdc9
commit
f093a2c88b
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ -z $ENTERPRISELICENSE ]; then
|
||||
echo "Please specify ENTERPRISELICENSE"
|
||||
exit 1
|
||||
exit 0
|
||||
fi
|
||||
|
||||
LICENSE=$(echo "${ENTERPRISELICENSE}" | base64 )
|
||||
|
|
Loading…
Reference in a new issue