From 60fc165557a7b372d092b8fe37e1f37990513c6f Mon Sep 17 00:00:00 2001 From: redshiftzero Date: Tue, 10 Dec 2019 17:56:32 -0500 Subject: [PATCH] ci: add nightly for log package --- .circleci/config.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 55ffd573..591be20d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 @@ -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