Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #60 from freedomofpress/fix_ci_for_lfs
Browse files Browse the repository at this point in the history
Fixes CI for git-lfs based package builds
  • Loading branch information
rmol authored Jan 16, 2020
2 parents 21c2963 + 6dc3b14 commit 96b93dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ common-steps:
name: Install Debian packaging dependencies and download wheels
command: |
mkdir ~/packaging && cd ~/packaging
git config --global --unset url.ssh://[email protected]
git clone https://github.com/freedomofpress/securedrop-debian-packaging.git
cd securedrop-debian-packaging
make install-deps && make fetch-wheels
make install-deps
PKG_DIR=~/project make requirements
- &verify_requirements
Expand Down

0 comments on commit 96b93dc

Please sign in to comment.