We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08dfef3 commit 2db7d10Copy full SHA for 2db7d10
.github/workflows/validate-kernel-commits.yml
@@ -41,6 +41,7 @@ jobs:
41
working-directory: kernel-src-tree-tools
42
run: |
43
set +e # Don't exit on error, we want to capture the output
44
+ set -o pipefail # Capture exit code from python script, not tee
45
python3 check_kernel_commits.py \
46
--repo .. \
47
--pr_branch "${{ github.head_ref }}" \
@@ -104,6 +105,7 @@ jobs:
104
105
106
107
108
109
python3 run_interdiff.py \
110
111
0 commit comments