Skip to content

Commit

Permalink
Revert "tools: add --certify-safe to nci-ci"
Browse files Browse the repository at this point in the history
This reverts commit 0fa07d4.

PR-URL: #53098
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: Matteo Collina <[email protected]>
Reviewed-By: Marco Ippolito <[email protected]>
Reviewed-By: Moshe Atlow <[email protected]>
Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
  • Loading branch information
aduh95 authored and targos committed Jun 1, 2024
1 parent 52a7873 commit c1b3e0e
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 --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
Expand Down

0 comments on commit c1b3e0e

Please sign in to comment.