Skip to content

Commit

Permalink
Fixed stale DB in Lagoon. Part 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Nov 9, 2023
1 parent ec5836d commit 184982b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lagoon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ tasks:
# @see https://github.com/uselagoon/lagoon/issues/1922
# Explicitly set DB overwrite flag to the value from .env file for
# deployments from the profile.
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-)"
fi
./scripts/drevops/provision.sh
Expand Down

0 comments on commit 184982b

Please sign in to comment.