File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -189,8 +189,8 @@ docker exec -u dev "$CONTAINER_NAME" bash -lc 'test -f ~/.docker-git/.orch/env/g
189189docker exec -u dev " $CONTAINER_NAME " bash -lc ' test -f ~/.docker-git/.orch/env/project.env' \
190190 || fail " expected project env in docker-git runtime state"
191191
192- docker exec -u dev " $CONTAINER_NAME " bash -lc ' test -f ~/.docker-git/.orch/auth/codex/auth.json ' \
193- || fail " expected bootstrap Codex auth inside docker-git runtime state"
192+ docker exec -u dev " $CONTAINER_NAME " bash -lc ' test -f ~/.docker-git/.orch/auth/codex/config.toml ' \
193+ || fail " expected bootstrap Codex config inside docker-git runtime state"
194194
195195docker exec -u dev " $CONTAINER_NAME " bash -lc ' test -f ~/.codex-shared/auth.json' \
196196 || fail " expected shared Codex auth volume to contain auth.json"
You can’t perform that action at this time.
0 commit comments