Skip to content

Commit

Permalink
Update jenkinsfile for new clang-tidy log names
Browse files Browse the repository at this point in the history
  • Loading branch information
bcaddy committed Apr 28, 2023
1 parent 4d92b2d commit 0582836
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ pipeline
sh '''
printf '=%.0s' {1..100}
printf "\n"
cat tidy_results_cpp.log
cat tidy_results_cpp_${CHOLLA_MAKE_TYPE}.log
printf '=%.0s' {1..100}
printf "\n"
cat tidy_results_gpu.log
cat tidy_results_gpu_${CHOLLA_MAKE_TYPE}.log
printf '=%.0s' {1..100}
printf "\n"
'''
Expand Down

0 comments on commit 0582836

Please sign in to comment.