Skip to content

Commit

Permalink
Debugging in progress ...
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdesi committed Mar 10, 2025
1 parent a5d1a28 commit 30cc21b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -404,8 +404,8 @@ workflows:
ignore:
- main
- build-app-container:
requires:
- branch-build-approval
# requires:
# - branch-build-approval
- hold-dev:
type: approval
requires:
Expand All @@ -428,5 +428,5 @@ workflows:
- build-app-container
- deploy-uat:
context: laa-court-data-ui-live-uat
requires:
- hold-uat
# requires:
# - hold-uat
3 changes: 3 additions & 0 deletions docker/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
set -ex

printf '\e[33mINFO: DB migrate\e[0m\n'

printenv

RUBYOPT=-W:no-deprecated bundle exec rails db:create db:migrate

# if REDIS_URL is not set then we start redis-server locally
Expand Down

0 comments on commit 30cc21b

Please sign in to comment.