mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Comment out packagecloud deploy for Ubuntu 19.10 and Fedora 33 because packagecloud.io does not yet support them
This commit is contained in:
parent
af19df70fd
commit
ca08fab0ab
2 changed files with 13 additions and 13 deletions
|
@ -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: /.*/
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue