Skip to content

Commit

Permalink
remove home-is-home
Browse files Browse the repository at this point in the history
  • Loading branch information
kz6fittycent authored Aug 3, 2024
1 parent 099a263 commit 84ebcfa
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,17 @@ platforms:
s390x:
build-on: [s390x]
build-for: [s390x]

assumes:
- command-chain


apps:
slides:
command: bin/slides
command-chain:
- bin/homeishome-launch
plugs:
- home
- ssh-keys
- ssh-public-keys
- network
- network-bind

parts:
slides:
source: https://github.com/maaslalani/slides
Expand All @@ -54,8 +49,3 @@ parts:
override-pull: |
craftctl default
craftctl set version="$(git describe --tags | sed 's/^v//' | cut -d "-" -f1)"
homeishome-launch:
plugin: nil
stage-snaps:
- homeishome-launch

0 comments on commit 84ebcfa

Please sign in to comment.