Skip to content

Commit f3f8053

Browse files
committed
[skip ci] Debug DOCA repositories
1 parent ceff70a commit f3f8053

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/package-build-ofed.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,15 @@ jobs:
238238
env:
239239
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
240240

241+
- name: Display DNF repositories
242+
run: |
243+
source venvs/kayobe/bin/activate &&
244+
source src/kayobe-config/kayobe-env --environment ci-doca-builder &&
245+
kayobe seed host command run --become --command "dnf repoinfo"
246+
env:
247+
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
248+
if: always()
249+
241250
- name: Destroy
242251
run: terraform destroy -auto-approve
243252
working-directory: ${{ github.workspace }}/src/kayobe-config/terraform/aio

0 commit comments

Comments
 (0)