Skip to content

Commit 0fa07d4

Browse files
authored
tools: add --certify-safe to nci-ci
Signed-off-by: Matteo Collina <[email protected]> PR-URL: nodejs#52940 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent d78537b commit 0fa07d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/actions/start-ci.sh

+1-1
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 --certify-safe "$pr" >output 2>&1 || ci_started=no
1414
cat output
1515

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

0 commit comments

Comments
 (0)