Skip to content

Commit 5e47c35

Browse files
committed
tools: adopt the --check-for-duplicates NCU flag
PR-URL: #62478 Refs: nodejs/node-core-utils#1035 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: René <contact.9a5d6388@renegade334.me.uk>
1 parent 2fcd07f commit 5e47c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/actions/start-ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ for pr in "$@"; do
1010

1111
ci_started=yes
1212
rm -f output;
13-
ncu-ci run "$pr" >output 2>&1 || ci_started=no
13+
ncu-ci run --check-for-duplicates "$pr" >output 2>&1 || ci_started=no
1414
cat output
1515

1616
if [ "$ci_started" = "no" ]; then

0 commit comments

Comments
 (0)