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.*/
|
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: /.*/
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue