Skip to content

Commit

Permalink
Comment out deploying to fedora 37, because packagecloud.io does not …
Browse files Browse the repository at this point in the history
…support it yet
  • Loading branch information
micahflee committed Sep 6, 2022
1 parent 5dd23d1 commit d7cbe41
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,16 +187,16 @@ jobs:
- run: *copy-image
- run: *build-deb

build-fedora-37:
docker:
- image: fedora:37
resource_class: medium+
steps:
- run: *install-dependencies-rpm
- checkout
- restore_cache: *restore-cache
- run: *copy-image
- run: *build-rpm
# build-fedora-37:
# docker:
# - image: fedora:37
# resource_class: medium+
# steps:
# - run: *install-dependencies-rpm
# - checkout
# - restore_cache: *restore-cache
# - run: *copy-image
# - run: *build-rpm

build-fedora-36:
docker:
Expand Down Expand Up @@ -237,12 +237,12 @@ jobs:
dnf --allowerasing -y distro-sync
dnf install -y ruby-devel
gem install package_cloud
- run:
name: Deploy fedora/37
environment:
PACKAGE_TYPE: "rpm"
PACKAGECLOUD_DISTRO: "fedora/37"
<<: *deploy-packagecloud
# - run:
# name: Deploy fedora/37
# environment:
# PACKAGE_TYPE: "rpm"
# PACKAGECLOUD_DISTRO: "fedora/37"
# <<: *deploy-packagecloud
- run:
name: Deploy fedora/36
environment:
Expand Down Expand Up @@ -328,9 +328,9 @@ workflows:
#- build-debian-bookworm:
# requires:
# - build-container-image
- build-fedora-37:
requires:
- build-container-image
# - build-fedora-37:
# requires:
# - build-container-image
- build-fedora-36:
requires:
- build-container-image
Expand Down

0 comments on commit d7cbe41

Please sign in to comment.