From 8f5fb4192d9b953f507b067126ffa0b3b5964b2e Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Fri, 24 May 2024 12:47:50 +0300 Subject: [PATCH] Revert "tools: add --certify-safe to nci-ci" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 0fa07d4442cc42efa62244b272c5436b6c53264c. PR-URL: https://github.com/nodejs/node/pull/53098 Reviewed-By: Michaƫl Zasso Reviewed-By: Matteo Collina Reviewed-By: Marco Ippolito Reviewed-By: Moshe Atlow Reviewed-By: Mohammed Keyvanzadeh --- 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 69799e91bab43a..bca1da86074f3b 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 --certify-safe "$pr" >output 2>&1 || ci_started=no + ncu-ci run "$pr" >output 2>&1 || ci_started=no cat output if [ "$ci_started" = "no" ]; then