Skip to content

Commit

Permalink
ci: add nightly for log package
Browse files Browse the repository at this point in the history
  • Loading branch information
redshiftzero committed Dec 11, 2019
1 parent b2c7e2e commit 92eae3c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,22 @@ jobs:
- *makesourcetarball
- *builddebianpackage

build-nightly-buster-securedrop-log:
docker:
- image: circleci/python:3.7-buster
steps:
- checkout
- *installdeps
- *fetchwheels
- *clonesecuredroplog
- *getnightlyversion
- *makesourcetarball
- *updatedebianchangelog
- *builddebianpackage
- *installgitlfs
- *addsshkeys
- *commitworkstationdebs

build-stretch-securedrop-client:
docker:
- image: circleci/python:3.5-stretch
Expand Down Expand Up @@ -418,3 +434,6 @@ workflows:
- build-nightly-buster-securedrop-export:
requires:
- build-nightly-buster-securedrop-proxy
- build-nightly-buster-securedrop-log:
requires:
- build-nightly-buster-securedrop-export

0 comments on commit 92eae3c

Please sign in to comment.