Skip to content

Commit

Permalink
Explicitly skipping fix-spec-file action
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Sep 8, 2023
1 parent 5b3e71f commit dd2008b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ actions:
create-archive:
- "sed -i '/Requires.*stratisd/d' ../distro/stratis-cli.spec"
- "sh -c 'python3 ../distro/release_management/create_artifacts.py ../distro/ --pre-release --specfile-path=../distro/stratis-cli.spec stratis-cli $(rpmspec -q --srpm --qf %{Version} ../distro/stratis-cli.spec)'"
fix-spec-file:
- "echo 'skipping automatic fix-spec-file actions'"
get-current-version:
- "python3 setup.py --version"

Expand Down

0 comments on commit dd2008b

Please sign in to comment.