Commit ecf7707
committed
Fix gemini-cli E2E test: use GEMINI_API_KEY=dummy and --load Docker images
- gemini-cli requires auth to run `mcp list`; GOOGLE_GENAI_USE_GCA triggers
an interactive OAuth flow. GEMINI_API_KEY=dummy satisfies the check without
network access.
- Add --load to docker build commands so images are available to the daemon
when using buildx container drivers.
- Pre-create /root/.gemini in the gemini-cli Dockerfile to avoid ENOENT
on projects.json.1 parent b51257c commit ecf7707
File tree
3 files changed
+5
-5
lines changed- tests
- docker/gemini-cli
3 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
0 commit comments