From c7b1d60e7c9158f94125ac79789986f8c904424e Mon Sep 17 00:00:00 2001 From: mickael e Date: Tue, 27 Oct 2020 18:00:15 -0400 Subject: [PATCH] build nighlies --- .circleci/config.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fcd231e9..9237263a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -453,7 +453,21 @@ workflows: - build-buster-securedrop-workstation-grsec - build-buster-securedrop-workstation-config - build-buster-securedrop-keyring - + build-nightlies-once: + jobs: + - build-nightly-buster-securedrop-client + - build-nightly-buster-securedrop-proxy: + requires: + - build-nightly-buster-securedrop-client + - build-nightly-buster-securedrop-export: + requires: + - build-nightly-buster-securedrop-proxy + - build-nightly-buster-securedrop-log: + requires: + - build-nightly-buster-securedrop-export + - build-nightly-buster-securedrop-workstation-svs-disp: + requires: + - build-nightly-buster-securedrop-log # Nightly jobs for each package are run in series to ensure there are no # conflicts or race conditions when committing deb packages to git-lfs. # Each nightly job requires the completion of the previous task in the sequence.