Skip to content

Commit

Permalink
add echo
Browse files Browse the repository at this point in the history
  • Loading branch information
savannahostrowski committed Jan 10, 2025
1 parent c88d3e7 commit a791c15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/jit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,6 @@ jobs:
# get the type of the file
file_type=$(file artifacts/*.patch)
- name: Aggregate stencil patches
run: |
aggregated_patch_file="aggregated_jit_stencils.patch"
Expand All @@ -186,6 +184,7 @@ jobs:
for patch_file in $(find "$dir" -type f -name "*.patch"); do
# if patch name isn't aggregated_jit_stencils.patch
if [[ "$patch_file" == "$aggregated_patch_file" ]]; then
echo "Apply patch $patch_file"
cat "$patch_file" >> "$aggregated_patch_file"
fi
done
Expand Down

0 comments on commit a791c15

Please sign in to comment.