Fix nix e2e to use compose run instead of exec
This commit is contained in:
@@ -65,7 +65,11 @@ nix run --no-write-lock-file -L .#matomo-bootstrap -- \\
|
|||||||
"compose",
|
"compose",
|
||||||
"-f",
|
"-f",
|
||||||
"tests/e2e/docker-compose.yml",
|
"tests/e2e/docker-compose.yml",
|
||||||
"exec",
|
# Use `run` instead of `exec` to avoid runtime-specific
|
||||||
|
# `/etc/group` lookup issues seen with nix image + compose exec.
|
||||||
|
"run",
|
||||||
|
"--rm",
|
||||||
|
"--no-deps",
|
||||||
"-T",
|
"-T",
|
||||||
"nix",
|
"nix",
|
||||||
"sh",
|
"sh",
|
||||||
|
|||||||
Reference in New Issue
Block a user