File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ test_start_integration_stack_runs_migrate_before_starting_ccg() {
205205
206206 start_integration_stack
207207
208- assert_equals $' up -d postgres gitea\n build ccg\n run --rm --no-deps ccg migrate\n up -d ccg' " $( printf ' %s\n' " ${compose_calls[@]} " ) "
208+ assert_equals $' up -d postgres gitea\n build ccg\n run --rm --no-deps --entrypoint ccg ccg migrate\n up -d ccg' " $( printf ' %s\n' " ${compose_calls[@]} " ) "
209209 assert_equals $' postgres:30:PostgreSQL\n health:http://localhost:3000/api/v1/version:30:Gitea\n health:http://localhost:18080/ready:30:ccg' " $( printf ' %s\n' " ${wait_calls[@]} " ) "
210210}
211211
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ start_integration_stack() {
117117 wait_for_health " $GITEA_URL /api/v1/version" 30 " Gitea"
118118
119119 info " Running ccg migrations..."
120- compose run --rm --no-deps ccg migrate
120+ compose run --rm --no-deps --entrypoint ccg ccg migrate
121121
122122 info " Starting ccg..."
123123 compose up -d ccg
You can’t perform that action at this time.
0 commit comments