Skip to content

Commit

Permalink
Fixed stale DB in Lagoon. Part 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Nov 9, 2023
1 parent 3b57100 commit 5e29ee2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .lagoon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,12 @@ tasks:
echo "DREVOPS_PROVISION_OVERRIDE_DB before start"
echo $DREVOPS_PROVISION_OVERRIDE_DB
echo $DREVOPS_PROVISION_USE_PROFILE
echo "DREVOPS_PROVISION_OVERRIDE_DB before end"
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
echo "DREVOPS_PROVISION_OVERRIDE_DB after start"
echo $DREVOPS_PROVISION_OVERRIDE_DB
Expand Down

0 comments on commit 5e29ee2

Please sign in to comment.