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 099a263 commit 84ebcfaCopy full SHA for 84ebcfa
snap/snapcraft.yaml
@@ -27,22 +27,17 @@ platforms:
27
s390x:
28
build-on: [s390x]
29
build-for: [s390x]
30
-
31
-assumes:
32
- - command-chain
33
+
34
apps:
35
slides:
36
command: bin/slides
37
- command-chain:
38
- - bin/homeishome-launch
39
plugs:
40
- home
41
- ssh-keys
42
- ssh-public-keys
43
- network
44
- network-bind
45
46
parts:
47
48
source: https://github.com/maaslalani/slides
@@ -54,8 +49,3 @@ parts:
54
49
override-pull: |
55
50
craftctl default
56
51
craftctl set version="$(git describe --tags | sed 's/^v//' | cut -d "-" -f1)"
57
58
- homeishome-launch:
59
- plugin: nil
60
- stage-snaps:
61
- - homeishome-launch
0 commit comments