Skip to content

Commit 84ebcfa

Browse files
authored
remove home-is-home
1 parent 099a263 commit 84ebcfa

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

snap/snapcraft.yaml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,17 @@ platforms:
2727
s390x:
2828
build-on: [s390x]
2929
build-for: [s390x]
30-
31-
assumes:
32-
- command-chain
33-
30+
3431
apps:
3532
slides:
3633
command: bin/slides
37-
command-chain:
38-
- bin/homeishome-launch
3934
plugs:
4035
- home
4136
- ssh-keys
4237
- ssh-public-keys
4338
- network
4439
- network-bind
45-
40+
4641
parts:
4742
slides:
4843
source: https://github.com/maaslalani/slides
@@ -54,8 +49,3 @@ parts:
5449
override-pull: |
5550
craftctl default
5651
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

Comments
 (0)