Skip to content

Commit

Permalink
Fix PKI build test
Browse files Browse the repository at this point in the history
  • Loading branch information
edewata committed Jul 13, 2023
1 parent cad3f7f commit 3532f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pki-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install build dependencies
run: |
docker exec pki dnf install -y git rpm-build
docker exec pki git clone https://github.com/dogtagpki/pki
docker exec pki git clone -b v11.4 https://github.com/dogtagpki/pki
docker exec pki dnf builddep -y --skip-unavailable --spec pki/pki.spec
docker cp /tmp/RPMS/. pki:/root/RPMS/
docker exec pki bash -c "dnf localinstall -y /root/RPMS/*"
Expand Down

0 comments on commit 3532f2b

Please sign in to comment.