Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add apt upgrade to all packages prior to changes to sources lists #6120

Merged
merged 2 commits into from
Oct 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
zenmonkeykstop marked this conversation as resolved.
Show resolved Hide resolved
tags:
- apt
- apt-upgrade