Skip to content

Commit

Permalink
add file changed debug for cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed Jan 9, 2024
1 parent 755a800 commit 5665f9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-brew-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
sed -i "s/$old_sha/$sha/" ./Formula/smol-k8s-lab.rb
export file_changed=`echo $(git diff --quiet --exit-code ./Formula/smol-k8s-lab.rb)`
echo "file_changed: $file_changed"
if [[ $file_changed -ne 0 ]]; then
echo -e "\n--------------------------------------------"
echo -e "tagging and pushing to main branch\n"
Expand Down

0 comments on commit 5665f9e

Please sign in to comment.