diff --git a/.lagoon.yml b/.lagoon.yml index 5be347c36..51dba2d76 100644 --- a/.lagoon.yml +++ b/.lagoon.yml @@ -53,7 +53,7 @@ tasks: echo $DREVOPS_PROVISION_USE_PROFILE echo "DREVOPS_PROVISION_OVERRIDE_DB before end" - if [ "DREVOPS_PROVISION_USE_PROFILE" = "1" ]; then + if [ "${DREVOPS_PROVISION_USE_PROFILE}" = "1" ]; then export DREVOPS_PROVISION_OVERRIDE_DB="$(cat .env | grep ^DREVOPS_PROVISION_OVERRIDE_DB | cut -c31-)" echo "DREVOPS_PROVISION_OVERRIDE_DB inside" fi