Skip to content

Commit

Permalink
Move final git diff
Browse files Browse the repository at this point in the history
  • Loading branch information
Starttoaster committed Dec 7, 2023
1 parent b1098cf commit e51553f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ jobs:
shell: bash
run: |
git config --global --add safe.directory /__w/chia-operator/chia-operator
git diff
diff=$(git diff-index HEAD --)
dirs=(api config hack internal)
for dir in "${dirs[@]}"; do
Expand All @@ -77,6 +76,7 @@ jobs:
else
echo "Uncommitted changes found .${dir}/ -- This may indicate that you made changes to the controller API but did not run \"make manifests\" before committing. Please see DEVELOPMENT.md"
echo "${diff}"
git diff
exit 1
fi
done

0 comments on commit e51553f

Please sign in to comment.