We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4abaf42 + 81b6a73 commit 17ee090Copy full SHA for 17ee090
.github/workflows/build.yml
@@ -61,4 +61,4 @@ jobs:
61
- name: Check for uncommitted changes
62
run: |
63
err_msg="Changes found!!! Run 'mvn -B clean package' and commit changes"
64
- git -c color.ui=always diff --exit-code || (>&2 echo "${err_msg}" && exit 1)
+ git -c color.ui=always diff --exit-code ':(exclude)docs/modules/ROOT/pages/includes/attributes.adoc' || (>&2 echo "${err_msg}" && exit 1)
0 commit comments