We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dc8d23 commit c2f055cCopy full SHA for c2f055c
snapcraft.yaml
@@ -19,7 +19,7 @@ parts:
19
source-type: git
20
override-pull: |
21
craftctl default
22
- craftctl set version="$(git describe --long --tags --always --match=v*.*.* | sed 's/v//')"
+ craftctl set version="$(git describe --tags --always --match=v*.*.* | sed 's/v//')"
23
override-build:
24
make &&
25
cp bin/dumbproxy "$SNAPCRAFT_PART_INSTALL"
0 commit comments