Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
Signed-off-by: Nikola Forró <[email protected]>
  • Loading branch information
nforro committed Nov 13, 2024
1 parent 1fc5160 commit 5d8c178
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,15 @@ packages:
- python3-setuptools_scm
actions:
pre-sync:
- bash -c "cat /etc/os-release"
- python3 plans/git_reference.py
create-archive:
- bash -c "cat /etc/os-release"
- python3 -m build --sdist --outdir ./fedora/
- bash -c "ls -1t ./fedora/*.tar.gz | head -n 1"
get-current-version: python3 -m setuptools_scm
get-current-version:
- bash -c "cat /etc/os-release"
- python3 -m setuptools_scm

specfile-epel8:
upstream_package_name: specfile
Expand Down

0 comments on commit 5d8c178

Please sign in to comment.