Skip to content

Commit

Permalink
ci: continue if db upgrade already taken place
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jul 25, 2024
1 parent 5de21ec commit 9493be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
# Run db upgrade if necessary
docker compose --file contrib/pg-upgrade/docker-compose.yml \
--env-file .env up --abort-on-container-failure
--env-file .env up || true
# Cleanup db upgrade containers
docker compose --file contrib/pg-upgrade/docker-compose.yml down
Expand Down

0 comments on commit 9493be5

Please sign in to comment.