Comment out packagecloud deploy for Ubuntu 19.10 and Fedora 33 because packagecloud.io does not yet support them

This commit is contained in:
Micah Lee 2021-01-04 15:51:23 -08:00
parent af19df70fd
commit ca08fab0ab
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
2 changed files with 13 additions and 13 deletions

View file

@ -175,12 +175,12 @@ workflows:
only: /^v.*/ only: /^v.*/
branches: branches:
ignore: /.*/ ignore: /.*/
- build-ubuntu-groovy: # - build-ubuntu-groovy:
filters: # filters:
tags: # tags:
only: /^v.*/ # only: /^v.*/
branches: # branches:
ignore: /.*/ # ignore: /.*/
- build-debian-buster: - build-debian-buster:
filters: filters:
tags: tags:
@ -205,9 +205,9 @@ workflows:
only: /^v.*/ only: /^v.*/
branches: branches:
ignore: /.*/ ignore: /.*/
- build-fedora-33: # - build-fedora-33:
filters: # filters:
tags: # tags:
only: /^v.*/ # only: /^v.*/
branches: # branches:
ignore: /.*/ # ignore: /.*/

View file

@ -3,7 +3,7 @@
## Dangerzone 0.1.5 ## Dangerzone 0.1.5
- Add support for macOS Big Sur - 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 ## Dangerzone 0.1.4