Skip to content

Commit

Permalink
Merge pull request #80 from leopardslab/snap-confinement
Browse files Browse the repository at this point in the history
Snap confinement
  • Loading branch information
agentmilindu authored May 26, 2019
2 parents 2686efd + 6f9dceb commit 335b0f8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ coverage*

# IDE files
.idea/*

snap.login
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ snapcraft:
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: strict
confinement: classic
publish: true
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ This work is still in progress. See the development plan.
- [x] Ability to install as a Snap package

### [`v2.0`](https://github.com/leopardslab/dunner/milestone/3)
- [ ] Ability to Dry Run
- [ ] Ability to verfiy the `.dunner.yaml` file
- [ ] Ability to define multiple commands for the same step
- [x] Ability to Dry Run
- [x] Ability to verfiy the `.dunner.yaml` file
- [x] Ability to define multiple commands for the same step
- [ ] Ability to install as a Deb package
- [ ] Ability to install as a RPM package
- [ ] Ability to install as a Brew package
Expand Down
2 changes: 1 addition & 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: strict
confinement: classic
base: core18

parts:
Expand Down

0 comments on commit 335b0f8

Please sign in to comment.