Commit 231959e
ci: skip docker network creation on Windows in setup-dual-e2e.sh
Windows Docker Desktop does not expose the bridge network plugin via the
v1 plugin registry, so `docker network create --driver bridge` fails.
Kind manages its own Docker network automatically on Windows, making
the manual creation unnecessary. Guard the block with an OSTYPE check
(msys* = Git Bash on Windows).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent be19b30 commit 231959e
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
54 | 59 | | |
55 | 60 | | |
56 | 61 | | |
| |||
0 commit comments