Skip to content

Commit

Permalink
Merge pull request #50 from freedomofpress/fix-ci
Browse files Browse the repository at this point in the history
fix ci after migrating our pip mirror to git-lfs
  • Loading branch information
redshiftzero authored Jan 16, 2020
2 parents be86e42 + 9e2d0d3 commit 951ee0d
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,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 Expand Up @@ -72,14 +73,6 @@ jobs:
source .venv/bin/activate
make safety
test-stretch:
docker:
- image: circleci/python:3.5-stretch
steps:
- checkout
- *install_packages
- *run_tests

test-buster:
docker:
- image: circleci/python:3.7-buster
Expand All @@ -103,6 +96,5 @@ workflows:
securedrop_export_ci:
jobs:
- lint
- test-stretch
- test-buster
- build-buster

0 comments on commit 951ee0d

Please sign in to comment.