Skip to content

Commit 2ee2a0b

Browse files
committed
ci: nix-shell should use --arg ci true for child pipelines
1 parent 198ce37 commit 2ee2a0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/build-platforms-generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ EOF
5959
cat << "EOF"
6060
script:
6161
- >
62-
nix-shell --run '
62+
nix-shell --arg ci true --run $'
6363
npm test -- --ci --coverage --shard="$CI_NODE_INDEX/$CI_NODE_TOTAL";
6464
'
6565
artifacts:

scripts/check-test-generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ EOF
5959
cat << "EOF"
6060
script:
6161
- >
62-
nix-shell --run '
62+
nix-shell --arg ci true --run $'
6363
npm test -- --ci --coverage --shard="$CI_NODE_INDEX/$CI_NODE_TOTAL";
6464
'
6565
artifacts:

0 commit comments

Comments
 (0)