From d6a885e9b3e8248339cdfb3e769bb1cdc1777aea Mon Sep 17 00:00:00 2001 From: apoorvam Date: Fri, 28 Jun 2019 15:07:39 +0530 Subject: [PATCH] Update snap release and remove snapcraft.yaml since release is managed by goreleaser --- .snap_goreleaser.yml | 8 +++++++- snapcraft.yaml | 24 ------------------------ 2 files changed, 7 insertions(+), 25 deletions(-) delete mode 100644 snapcraft.yaml diff --git a/.snap_goreleaser.yml b/.snap_goreleaser.yml index a047a98..0d88f4e 100644 --- a/.snap_goreleaser.yml +++ b/.snap_goreleaser.yml @@ -7,5 +7,11 @@ 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: classic + confinement: strict + base: core18 publish: true + apps: + dunner: + command: bin/dunner + plugs: + - ["home"] diff --git a/snapcraft.yaml b/snapcraft.yaml deleted file mode 100644 index ec68653..0000000 --- a/snapcraft.yaml +++ /dev/null @@ -1,24 +0,0 @@ -name: dunner -version: git -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` -grade: stable -confinement: strict -base: core18 - -parts: - dunner: - plugin: go - go-importpath: github.com/leopardslab/dunner - source: . - source-type: git - build-packages: - - gcc - -apps: - dunner: - command: bin/dunner - plugs: - - personal-files