Skip to content

Commit

Permalink
ci: Stop publishing rpms to the deprecated copr repo
Browse files Browse the repository at this point in the history
We switched from russellb/nexodus to nexodus/nexodus in Nov 2023. The
key expired for the deprecated repo, so it's a good reminder to just
retire it.

Closes #1139

Signed-off-by: Russell Bryant <[email protected]>
  • Loading branch information
russellb committed Mar 18, 2024
1 parent a50e901 commit 84e8c5b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,13 +180,6 @@ jobs:
copr-cli build nexodus -r "$(echo ${{ matrix.mock_root }} | cut -f2 -d'+')" --nowait \
"/nexodus/dist/rpm/mock/nexodus-0-0.1.$(date +%Y%m%d)git$(git describe --always --abbrev=6).${{ matrix.srpm_distro }}.src.rpm"
- name: Submit srpm to copr (deprecated repo)
run: |
echo "${{ secrets.COPR_CONFIG }}" > ~/.config/copr
docker run --name copr-cli-2 -v "$(pwd):/nexodus" -v ~/.config:/root/.config quay.io/nexodus/mock:latest \
copr-cli build nexodus -r "$(echo ${{ matrix.mock_root }} | cut -f2 -d'+')" --nowait \
"/nexodus/dist/rpm/mock/nexodus-0-0.1.$(date +%Y%m%d)git$(git describe --always --abbrev=6).${{ matrix.srpm_distro }}.src.rpm"
dispatch-ppa-build:
name: Dispatch PPA build
needs: ["build-images"]
Expand Down

0 comments on commit 84e8c5b

Please sign in to comment.