Skip to content

Commit

Permalink
tools: add --certify-safe to nci-ci
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
mcollina authored and bmeck committed Jun 22, 2024
1 parent 23a8422 commit 2de36f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/actions/start-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ for pr in "$@"; do

ci_started=yes
rm -f output;
ncu-ci run "$pr" >output 2>&1 || ci_started=no
ncu-ci run --certify-safe "$pr" >output 2>&1 || ci_started=no
cat output

if [ "$ci_started" = "no" ]; then
Expand Down

0 comments on commit 2de36f3

Please sign in to comment.