Skip to content

Commit

Permalink
Merge pull request #48 from freedomofpress/ci-requirements-sync
Browse files Browse the repository at this point in the history
ci: ensure that requirements files are in sync
  • Loading branch information
kushaldas authored Oct 31, 2019
2 parents 8ee1220 + 4a70ffb commit 3b63537
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ jobs:
make install-deps && make fetch-wheels
PKG_DIR=~/project make requirements
- run:
name: Ensure that build-requirements.txt and requirements.txt are in sync.
command: |
cd ~/project
# Return 1 if unstaged changes exist (after `make requirements` in the
# previous run step), else return 0.
git diff --quiet
- run:
name: Tag and make source tarball
command: |
Expand Down

0 comments on commit 3b63537

Please sign in to comment.