We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa472cf commit 2aea51dCopy full SHA for 2aea51d
snapcraft.yaml
@@ -4,7 +4,8 @@ summary: A Docker based task runner tool
4
description: |
5
Dunner is a task runner tool like Grunt but used Docker images like CircleCI do. |
6
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
+grade: stable
8
+confinement: strict
9
base: core18
10
11
parts:
@@ -18,4 +19,4 @@ parts:
18
19
20
apps:
21
dunner:
- command: Dunner
22
+ command: bin/dunner
0 commit comments