fix: don't throw away stdout

This commit is contained in:
Technofab 2023-05-29 19:42:03 +00:00
parent 804f85ca9e
commit 2495a1d30a

View file

@ -4,4 +4,4 @@ set -e
cd "$CI_PROJECT_DIR"
echo "Activating flake's CI shell..."
nix --extra-experimental-features "flakes nix-command" develop .#ci --impure --command "bash" >/dev/null
nix --extra-experimental-features "flakes nix-command" develop .#ci --impure --command "bash"