Skip to content

Commit 0fbbd3b

Browse files
remove redundant db:setup
1 parent e61a358 commit 0fbbd3b

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ jobs:
134134
docker compose build --quiet
135135
docker compose pull --quiet
136136
docker compose up --wait
137-
docker compose exec app rails assets:precompile db:await db:setup
138137
docker compose exec -u root app chown -R altmedia:altmedia artifacts
139138
140139
- name: Run RSpec

docker-compose.ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ services:
2020

2121
init:
2222
build: !reset
23-
environment:
24-
- DISABLE_DATABASE_ENVIRONMENT_CHECK=1
2523
image: ${DOCKER_APP_IMAGE}
2624
secrets:
2725
- SECRET_KEY_BASE

0 commit comments

Comments
 (0)