Skip to content

Commit

Permalink
Add nested tag
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Dec 13, 2024
1 parent 3c67d39 commit 8443733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/scripts/spotless.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ NEW_COMMIT_MESSAGE="[CI] Auto commit changes from spotless"
PREVIOUS_COMMIT_MESSAGE="$(git log -1 --pretty=%B)"

echo "--- Running spotless"
.ci/scripts/run-gradle.sh spotlessApply
.ci/scripts/run-gradle.sh -Dscan.tag.NESTED spotlessApply

if git diff --exit-code; then
echo "No changes found after running spotless. Don't need to auto commit."
Expand Down

0 comments on commit 8443733

Please sign in to comment.