-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove stretch test and use ssh for git
- Loading branch information
Allie Crevier
committed
Jan 15, 2020
1 parent
be86e42
commit 9e2d0d3
Showing
1 changed file
with
2 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -103,6 +96,5 @@ workflows: | |
securedrop_export_ci: | ||
jobs: | ||
- lint | ||
- test-stretch | ||
- test-buster | ||
- build-buster |