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 <hello@matteocollina.com>
PR-URL: #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>
  • Loading branch information
mcollina authored and targos committed May 12, 2024
1 parent 232831f commit afe39ed
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 afe39ed

Please sign in to comment.