snap: Fix scriptlet leaked into the final snap (#215)

The selective-checkout scriptlet is only used during the build step, don't let it make into the final snap.

Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
pull/230/head
林博仁(Buo-ren Lin) 6 years ago committed by Mike Fährmann
parent 2c32dc76cb
commit 640fc72c75

@ -63,6 +63,8 @@ parts:
- git
stage-snaps:
- selective-checkout
prime:
- -*
gallery-dl:
after:

Loading…
Cancel
Save