We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b93b042 commit d0b3869Copy full SHA for d0b3869
1 file changed
.github/workflows/dunedaq-develop-cpp-ci.yml
@@ -241,8 +241,8 @@ jobs:
241
}
242
243
diff_file_name=linting_diff.txt
244
- pr_linting_results_file=$(find pull_request_linting/ -name "$REPO_linting.log" | tail -n 1)
245
- nightly_linting_results_file=$(find nightly_linting/ -name "$REPO_linting.log" | tail -n 1)
+ pr_linting_results_file=$(find pull_request_linting/ -name "${REPO}_linting.log" | tail -n 1)
+ nightly_linting_results_file=$(find nightly_linting/ -name "${REPO}_linting.log" | tail -n 1)
246
247
[[ -f "$pr_linting_results_file" ]] || echo "ERROR: No PR results file; exit 1"
248
[[ -f "$nightly_linting_results_file" ]] || echo "ERROR: No nightly results file; exit 2"
0 commit comments