Skip to content

Commit 8b72304

Browse files
Update snapcraft.yaml
#1326 getting snap to build again
1 parent 97efa33 commit 8b72304

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

snap/snapcraft.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: slcli
2+
summary: A CLI tool to interact with the SoftLayer API.
3+
version: 'git'
24
adopt-info: slcli
35
description: |
46
A command-line interface is also included and can be used to manage various SoftLayer products and services.
@@ -23,13 +25,9 @@ parts:
2325
slcli:
2426
source: https://github.com/softlayer/softlayer-python
2527
source-type: git
26-
summary: A CLI tool to interact with the SoftLayer API.
2728
plugin: python
2829
python-version: python3
29-
override-pull: |
30-
snapcraftctl pull
31-
snapcraftctl set-version "$(git describe --tags | sed 's/^v//')"
32-
30+
3331
build-packages:
3432
- python3
3533

0 commit comments

Comments
 (0)