add characters before and after variable to detect whitespace
parent
fa77a07edd
commit
02dbe446a6
|
@ -443,8 +443,8 @@ fi
|
||||||
|
|
||||||
touch "${HTML_OUT}"
|
touch "${HTML_OUT}"
|
||||||
touch "${SUMMARY_OUT}"
|
touch "${SUMMARY_OUT}"
|
||||||
echo "EXTERNAL: $EXTERNAL"
|
echo "EXTERNAL: *$EXTERNAL*"
|
||||||
echo "MINIKUBE_LOCATION: $MINIKUBE_LOCATION"
|
echo "MINIKUBE_LOCATION: *$MINIKUBE_LOCATION*"
|
||||||
if [ "$EXTERNAL" != "yes" ] && [ "$MINIKUBE_LOCATION" = "master" ]
|
if [ "$EXTERNAL" != "yes" ] && [ "$MINIKUBE_LOCATION" = "master" ]
|
||||||
then
|
then
|
||||||
echo "Saving to DB"
|
echo "Saving to DB"
|
||||||
|
|
Loading…
Reference in New Issue