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 <targos@protonmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
  • Loading branch information
aduh95 committed May 24, 2024
1 parent 8382da1 commit 3fe35dc
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 3fe35dc

Please sign in to comment.