Skip to content

Commit

Permalink
Update examples/cleanup/snapcraft.jsonnet
Browse files Browse the repository at this point in the history
Don't cleanup core18
Do cleanup gnome-3-28-1804

Signed-off-by: Daniel Llewellyn <daniel@bowlhat.net>
  • Loading branch information
Daniel Llewellyn committed Mar 25, 2020
1 parent 0a4bf1e commit b18d58a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion examples/cleanup/snapcraft.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ snapcraft {

base: core18,

apps:
cleanup-example:
extensions: [gnome-3-28]
...

# Add the rest of your snapcraft build config here
}
+ cleanup(["core18"])
+ cleanup(["gnome-3-28-1804"])

0 comments on commit b18d58a

Please sign in to comment.