Skip to content

Commit

Permalink
[chore] remove debug git diff (#33209)
Browse files Browse the repository at this point in the history
Follow up to #32660 - remove debug statement
  • Loading branch information
atoulme committed May 24, 2024
1 parent ecbd48f commit c7054f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ jobs:
- name: Gen genotelcontribcol
run: |
make genotelcontribcol
git diff
git diff -s --exit-code || (echo 'Generated code is out of date, please run "make genotelcontribcol" and commit the changes in this PR.' && exit 1)
- name: Gen genoteltestbedcol
run: |
Expand Down

0 comments on commit c7054f8

Please sign in to comment.