Skip to content

Commit

Permalink
added more debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-ang9 committed Nov 21, 2023
1 parent 1fbf6c5 commit c3883f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
git fetch --quiet
# Check if the file has been modified
git diff origin/main $FILE_PATH || {
if git diff origin/main $FILE_PATH; then
echo "No changes detected in $FILE_PATH."
else
echo "Changes detected in $FILE_PATH. Printing diff:"
git diff origin/main $FILE_PATH
exit 0
}
fi
- name: Build RPM package for EL7
id: rpm_build_el7
Expand Down

0 comments on commit c3883f6

Please sign in to comment.