Skip to content

Commit 7826449

Browse files
committed
TEMPORARY: redirect GitHub Workflow to dbus-python PR
Signed-off-by: mulhern <amulhern@redhat.com>
1 parent 1d7c3b7 commit 7826449

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ jobs:
5555
- uses: actions/checkout@v6
5656
with:
5757
persist-credentials: false
58+
- name: Add Copr repo
59+
run: |
60+
dnf install -y 'dnf*-command(copr)'
61+
dnf copr enable -y packit/stratis-storage-dbus-python-client-gen-119-copr_pull
5862
- name: Install dependencies
5963
run: >
6064
dnf install -y
@@ -73,6 +77,10 @@ jobs:
7377
runs-on: ubuntu-latest
7478
container: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
7579
steps:
80+
- name: Add Copr repo
81+
run: |
82+
dnf install -y 'dnf*-command(copr)'
83+
dnf copr enable -y packit/stratis-storage-dbus-python-client-gen-119-copr_pull
7684
- name: Install dependencies
7785
run: >
7886
dnf install -y
@@ -107,6 +115,10 @@ jobs:
107115
with:
108116
components: cargo
109117
toolchain: 1.85.0 # LOWEST SUPPORTED RUST TOOLCHAIN
118+
- name: Add Copr repo
119+
run: |
120+
dnf install -y 'dnf*-command(copr)'
121+
dnf copr enable -y packit/stratis-storage-dbus-python-client-gen-119-copr_pull
110122
- name: Install python prerequisites
111123
run: >
112124
dnf install -y
@@ -183,6 +195,10 @@ jobs:
183195
with:
184196
path: stratis-cli
185197
persist-credentials: false
198+
- name: Add Copr repo
199+
run: |
200+
dnf install -y 'dnf*-command(copr)'
201+
dnf copr enable -y packit/stratis-storage-dbus-python-client-gen-119-copr_pull
186202
- name: Install dependencies
187203
run: >
188204
dnf install -y

0 commit comments

Comments
 (0)