From ca08fab0abbead986f0f6c5e9c7fd66edb46ea43 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Mon, 4 Jan 2021 15:51:23 -0800 Subject: [PATCH] Comment out packagecloud deploy for Ubuntu 19.10 and Fedora 33 because packagecloud.io does not yet support them --- .circleci/config.yml | 24 ++++++++++++------------ CHANGELOG.md | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d5c0d30..e50226a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -175,12 +175,12 @@ workflows: only: /^v.*/ branches: ignore: /.*/ - - build-ubuntu-groovy: - filters: - tags: - only: /^v.*/ - branches: - ignore: /.*/ + # - build-ubuntu-groovy: + # filters: + # tags: + # only: /^v.*/ + # branches: + # ignore: /.*/ - build-debian-buster: filters: tags: @@ -205,9 +205,9 @@ workflows: only: /^v.*/ branches: ignore: /.*/ - - build-fedora-33: - filters: - tags: - only: /^v.*/ - branches: - ignore: /.*/ + # - build-fedora-33: + # filters: + # tags: + # only: /^v.*/ + # branches: + # ignore: /.*/ diff --git a/CHANGELOG.md b/CHANGELOG.md index affa7c3..8183dd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## Dangerzone 0.1.5 - Add support for macOS Big Sur -- Drop support for Ubuntu 19.10, add support for Fedora 33 +- Drop support for Ubuntu 19.10 ## Dangerzone 0.1.4