Skip to content

Commit

Permalink
Remove Dev mode and make the release stable
Browse files Browse the repository at this point in the history
  • Loading branch information
agentmilindu committed May 25, 2019
1 parent aa472cf commit 2aea51d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ summary: A Docker based task runner tool
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`
confinement: devmode
grade: stable
confinement: strict
base: core18

parts:
Expand All @@ -18,4 +19,4 @@ parts:

apps:
dunner:
command: Dunner
command: bin/dunner

0 comments on commit 2aea51d

Please sign in to comment.