Skip to content

Commit

Permalink
Fix override-build snap
Browse files Browse the repository at this point in the history
  • Loading branch information
kea committed Dec 21, 2024
1 parent 60edf26 commit fa0e9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ parts:
plugin: python
source: .
override-build: |
craftctl build
craftctl default
craftctl set version=$(grep " version =" $CRAFT_PART_BUILD/version.py | cut -f3 -d= | tr -d "'[:space:]")
build-packages:
- git
Expand Down

0 comments on commit fa0e9b3

Please sign in to comment.