Skip to content

Commit

Permalink
Merge pull request #87 from leopardslab/snapcraft-confinement-fix
Browse files Browse the repository at this point in the history
Change confinement to strict & use personal-files plug
  • Loading branch information
agentmilindu committed Jun 27, 2019
2 parents 8f9498d + 3dc55bb commit 8822994
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: |
Dunner is a task runner tool like Grunt but used Docker images like CircleCI do. |
You can define tasks and steps of the tasks in your `.dunner.yaml` file and then run these steps with `Dunner do taskname`
grade: stable
confinement: classic
confinement: strict
base: core18

parts:
Expand All @@ -20,3 +20,5 @@ parts:
apps:
dunner:
command: bin/dunner
plugs:
- personal-files

0 comments on commit 8822994

Please sign in to comment.