Commit 86e2bff
committed
ci: ensure that the builder container is healthy
GitHub Actions sometimes fails due to unclear reasons with the following
error:
```
$ ./build-exec bundle config set --local without check
There was an error while trying to write to `/home/me/build/.bundle/config`. It
is likely that you need to grant write permissions for that path.
```
This commit tries to fix this by waiting for the builder container1 parent c3d678b commit 86e2bff
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
| 130 | + | |
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
| |||
0 commit comments