Skip to content

Commit 2aea51d

Browse files
committed
Remove Dev mode and make the release stable
1 parent aa472cf commit 2aea51d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

snapcraft.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ summary: A Docker based task runner tool
44
description: |
55
Dunner is a task runner tool like Grunt but used Docker images like CircleCI do. |
66
You can define tasks and steps of the tasks in your `.dunner.yaml` file and then run these steps with `Dunner do taskname`
7-
confinement: devmode
7+
grade: stable
8+
confinement: strict
89
base: core18
910

1011
parts:
@@ -18,4 +19,4 @@ parts:
1819

1920
apps:
2021
dunner:
21-
command: Dunner
22+
command: bin/dunner

0 commit comments

Comments
 (0)