Skip to content

Commit

Permalink
chore(cicd): disable opensuse tag automation since OBS is not worth t…
Browse files Browse the repository at this point in the history
…he effort
  • Loading branch information
BradleyChatha committed Jan 1, 2024
1 parent d3fd6e8 commit e279ce5
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,6 @@ jobs:
- uses: ./.github/actions/meson-dist

# I can't sign up for the OpenSUSE Build Service because the login page is broken.
# Dodgy unsigned RPMs it is.
opensuse_rpm:
name: Create OpenSUSE RPM
needs: create_dists
runs-on: ubuntu-latest
container: opensuse/tumbleweed:latest
steps:
- uses: actions/checkout@v4

- uses: actions/download-artifact@v2
with:
name: dists
path: dists

- name: Unzip DevOps Dist
run: tar -xzvf dists/devops.tar.gz
# The sparse docs around OBS are testing my patience, so I'm just going to
# do the releases manually and hope I don't forget (what a shame that would be).s
# opensuse_rpm:

0 comments on commit e279ce5

Please sign in to comment.