Skip to content

Commit

Permalink
Fixed stale DB in Lagoon. Part 5.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Nov 9, 2023
1 parent 5e29ee2 commit f7a6e21
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 @@ -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
Expand Down

0 comments on commit f7a6e21

Please sign in to comment.