Skip to content

Commit

Permalink
build nighlies
Browse files Browse the repository at this point in the history
  • Loading branch information
emkll authored and eloquence committed Sep 1, 2021
1 parent 2630240 commit c7b1d60
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c7b1d60

Please sign in to comment.