Skip to content

Commit

Permalink
Merge pull request #6121 from freedomofpress/stg-backport-6120-to-rel…
Browse files Browse the repository at this point in the history
…ease-2.1.0

Backport #6120 to release/2.1.0
  • Loading branch information
zenmonkeykstop authored Oct 5, 2021
2 parents bef6ff4 + 8629bea commit 1e8f7a2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ workflows:
branches:
# Ignore needs to be here explicitely as only clause introduced in PR #6086 might be removed afterwards.
ignore: /i18n-.*/
only: /release\/.*/
only: /(stg-|release\/).*/
requires:
- lint
- translation-tests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,11 @@
purge: yes
tags:
- apt

- name: Ensure dist-upgrade before SecureDrop install
apt:
upgrade: dist
update_cache: yes
tags:
- apt
- apt-upgrade

0 comments on commit 1e8f7a2

Please sign in to comment.