Skip to content

Commit fa0e9b3

Browse files
committed
Fix override-build snap
1 parent 60edf26 commit fa0e9b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ parts:
2222
plugin: python
2323
source: .
2424
override-build: |
25-
craftctl build
25+
craftctl default
2626
craftctl set version=$(grep " version =" $CRAFT_PART_BUILD/version.py | cut -f3 -d= | tr -d "'[:space:]")
2727
build-packages:
2828
- git

0 commit comments

Comments
 (0)