Skip to content

Commit

Permalink
Dump chroot information after modification (#939)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwk authored Dec 17, 2024
1 parent a04295c commit b0680e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/fedora-copr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ jobs:
if [[ "$chroot" =~ fedora-(4[0-9]|rawhide) ]]; then
copr edit-chroot --repos "copr://kkleine/python-nanobind" ${{ env.project_today }}/$chroot
fi
# Dump chroot information after all modification
copr get-chroot ${{ env.project_today }}/$chroot
done
- name: "Create today's packages: ${{ env.packages }}"
Expand Down

0 comments on commit b0680e5

Please sign in to comment.