Skip to content

Commit

Permalink
Merge pull request #481 from freedomofpress/circleci-push-rpm
Browse files Browse the repository at this point in the history
CircleCI push-rpm job use fedora for rpmdevtools
  • Loading branch information
legoktm authored Jan 4, 2024
2 parents c0e30ad + 75d28f2 commit 6d90cf7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,16 +320,15 @@ jobs:

push-rpm:
docker:
- image: debian:bullseye
- image: fedora:32
steps:
- checkout
- *attach
- *addsshkeys
- run:
name: Commit and push
command: |
apt-get update
apt-get install -y ca-certificates git git-lfs openssh-client python3-rpm python3-debian
dnf install -y ca-certificates git git-lfs openssh-clients python3-rpm python3-debian rpmdevtools
git clone [email protected]:freedomofpress/securedrop-yum-test.git
cd securedrop-yum-test
git lfs install
Expand Down

0 comments on commit 6d90cf7

Please sign in to comment.