Skip to content

Commit

Permalink
remove stretch test and use ssh for git
Browse files Browse the repository at this point in the history
  • Loading branch information
Allie Crevier committed Jan 15, 2020
1 parent be86e42 commit 9e2d0d3
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 9e2d0d3

Please sign in to comment.