Skip to content

Commit

Permalink
Infra: ignore changes to docs directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Calixte authored and Bananeweizen committed Sep 9, 2023
1 parent ca9ecad commit 6458712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/validation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ git-diff)
printf "Changes to only docs/sitemap.xml:\n"
git diff docs/sitemap.xml

# file below is always modified on a run and updated with the current date
# folder below is always modified on a run and updated with the current date
# such a change is ignored and must be verified manually instead
git checkout HEAD -- docs/sitemap.xml
git checkout HEAD -- docs

if [ "$(git status | grep 'Changes not staged\|Untracked files')" ]; then
printf "Please clean up.\nGit status output:\n"
Expand Down

0 comments on commit 6458712

Please sign in to comment.