mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Comment out deploying to fedora 37, because packagecloud.io does not support it yet
This commit is contained in:
parent
5dd23d13f4
commit
d7cbe419cc
1 changed files with 19 additions and 19 deletions
|
@ -187,16 +187,16 @@ jobs:
|
||||||
- run: *copy-image
|
- run: *copy-image
|
||||||
- run: *build-deb
|
- run: *build-deb
|
||||||
|
|
||||||
build-fedora-37:
|
# build-fedora-37:
|
||||||
docker:
|
# docker:
|
||||||
- image: fedora:37
|
# - image: fedora:37
|
||||||
resource_class: medium+
|
# resource_class: medium+
|
||||||
steps:
|
# steps:
|
||||||
- run: *install-dependencies-rpm
|
# - run: *install-dependencies-rpm
|
||||||
- checkout
|
# - checkout
|
||||||
- restore_cache: *restore-cache
|
# - restore_cache: *restore-cache
|
||||||
- run: *copy-image
|
# - run: *copy-image
|
||||||
- run: *build-rpm
|
# - run: *build-rpm
|
||||||
|
|
||||||
build-fedora-36:
|
build-fedora-36:
|
||||||
docker:
|
docker:
|
||||||
|
@ -237,12 +237,12 @@ jobs:
|
||||||
dnf --allowerasing -y distro-sync
|
dnf --allowerasing -y distro-sync
|
||||||
dnf install -y ruby-devel
|
dnf install -y ruby-devel
|
||||||
gem install package_cloud
|
gem install package_cloud
|
||||||
- run:
|
# - run:
|
||||||
name: Deploy fedora/37
|
# name: Deploy fedora/37
|
||||||
environment:
|
# environment:
|
||||||
PACKAGE_TYPE: "rpm"
|
# PACKAGE_TYPE: "rpm"
|
||||||
PACKAGECLOUD_DISTRO: "fedora/37"
|
# PACKAGECLOUD_DISTRO: "fedora/37"
|
||||||
<<: *deploy-packagecloud
|
# <<: *deploy-packagecloud
|
||||||
- run:
|
- run:
|
||||||
name: Deploy fedora/36
|
name: Deploy fedora/36
|
||||||
environment:
|
environment:
|
||||||
|
@ -328,9 +328,9 @@ workflows:
|
||||||
#- build-debian-bookworm:
|
#- build-debian-bookworm:
|
||||||
# requires:
|
# requires:
|
||||||
# - build-container-image
|
# - build-container-image
|
||||||
- build-fedora-37:
|
# - build-fedora-37:
|
||||||
requires:
|
# requires:
|
||||||
- build-container-image
|
# - build-container-image
|
||||||
- build-fedora-36:
|
- build-fedora-36:
|
||||||
requires:
|
requires:
|
||||||
- build-container-image
|
- build-container-image
|
||||||
|
|
Loading…
Reference in a new issue