Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit afe39ed

Browse filesBrowse files
mcollinatargos
authored andcommitted
tools: add --certify-safe to nci-ci
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>
1 parent 232831f commit afe39ed
Copy full SHA for afe39ed

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎tools/actions/start-ci.sh‎

Copy file name to clipboardExpand all lines: tools/actions/start-ci.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ for pr in "$@"; do
1010

1111
ci_started=yes
1212
rm -f output;
13-
ncu-ci run "$pr" >output 2>&1 || ci_started=no
13+
ncu-ci run --certify-safe "$pr" >output 2>&1 || ci_started=no
1414
cat output
1515

1616
if [ "$ci_started" = "no" ]; then

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.