From f6290bc327c697883648ac3e13a77708cbebdac5 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Sun, 12 May 2024 08:33:11 +0200 Subject: [PATCH] tools: add --certify-safe to nci-ci Signed-off-by: Matteo Collina PR-URL: https://github.com/nodejs/node/pull/52940 Reviewed-By: Benjamin Gruenbaum Reviewed-By: James M Snell Reviewed-By: Moshe Atlow Reviewed-By: Luigi Pinca --- tools/actions/start-ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/actions/start-ci.sh b/tools/actions/start-ci.sh index bca1da86074f3b..69799e91bab43a 100755 --- a/tools/actions/start-ci.sh +++ b/tools/actions/start-ci.sh @@ -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