Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
currycoder committed Sep 25, 2024
1 parent e46ebe4 commit 6cfe1b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -501,9 +501,11 @@ jobs:
command: |
cd lite_routing
CHANGED_FILES=$(git diff --name-only)
CHANGED_CONTENT=$(git diff)
if [[ "$CHANGED_FILES" == *"docs/"* ]]; then
echo "lite-routing docs are stale! They should be re-generated with manage.py generate_rules_docs and committed to the lite-routing repository."
echo "Changed files; $CHANGED_FILES"
echo "$CHANGED_CONTENT"
exit 1
fi
Expand Down

0 comments on commit 6cfe1b5

Please sign in to comment.