mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-12 18:20:07 +01:00
fix: don't throw away stdout
This commit is contained in:
parent
804f85ca9e
commit
2495a1d30a
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue