mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
tools: add --certify-safe to nci-ci
Signed-off-by: Matteo Collina <hello@matteocollina.com> PR-URL: https://github.com/nodejs/node/pull/52940 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user