File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -192,11 +192,11 @@ docker exec -u dev "$CONTAINER_NAME" bash -lc 'test -f ~/.docker-git/.orch/env/p
192192docker exec -u dev " $CONTAINER_NAME " bash -lc ' test -f ~/.docker-git/.orch/auth/codex/config.toml' \
193193 || fail " expected bootstrap Codex config inside docker-git runtime state"
194194
195- docker exec -u dev " $CONTAINER_NAME " bash -lc ' test -f ~/.codex-shared/auth.json ' \
196- || fail " expected shared Codex auth volume to contain auth.json "
195+ docker exec -u dev " $CONTAINER_NAME " bash -lc ' test -d ~/.codex-shared' \
196+ || fail " expected shared Codex auth volume to be mounted "
197197
198198docker exec -u dev " $CONTAINER_NAME " bash -lc \
199- ' test "$(readlink ~/.codex/auth.json)" = "/home/dev/.codex-shared/auth.json"' \
199+ ' test -L ~/.codex/auth.json && test "$(readlink ~/.codex/auth.json)" = "/home/dev/.codex-shared/auth.json"' \
200200 || fail " expected ~/.codex/auth.json to point at the shared Codex volume"
201201
202202HELPER_IMAGE=" $( docker inspect --format ' {{.Config.Image}}' " $CONTAINER_NAME " ) "
You can’t perform that action at this time.
0 commit comments