Skip to content

Commit

Permalink
Undo release of dunner via dunner as goreleaser is working fine with …
Browse files Browse the repository at this point in the history
…rpm package
  • Loading branch information
apoorvam committed Jul 4, 2019
1 parent d6a885e commit 66f43da
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 40 deletions.
17 changes: 15 additions & 2 deletions .goreleaser.yml
Expand Up @@ -35,8 +35,8 @@ release:
draft: false
name_template: "{{.ProjectName}} v{{.Version}}"

brew:
github:
brews:
- github:
owner: leopardslab
name: homebrew-dunner
folder: Formula
Expand All @@ -55,3 +55,16 @@ nfpm:
- deb
- rpm

snapcrafts:
- name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
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
publish: true
apps:
dunner:
plugs: ["home"]
17 changes: 0 additions & 17 deletions .snap_goreleaser.yml

This file was deleted.

14 changes: 12 additions & 2 deletions .travis.yml
Expand Up @@ -47,7 +47,7 @@ deploy:

- provider: script
skip_cleanup: true
script: curl -sL https://git.io/goreleaser | bash -s -- --config=.snap_goreleaser.yml --rm-dist
script: curl -sL https://git.io/goreleaser | bash -s -- --rm-dist
verbose: true
on:
tags: true
Expand All @@ -57,7 +57,17 @@ deploy:

- provider: script
skip_cleanup: true
script: $GOPATH/bin/dunner do release_dunner -t release/.dunner.yaml
script: bash release/publish_rpm_to_bintray.sh
verbose: true
on:
tags: true
condition: "$TRAVIS_OS_NAME = linux"
branch: master
go: 1.11.x

- provider: script
skip_cleanup: true
script: bash release/publish_deb_to_bintray.sh
verbose: true
on:
tags: true
Expand Down
12 changes: 0 additions & 12 deletions release/.dunner.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions release/images/Dockerfile

This file was deleted.

0 comments on commit 66f43da

Please sign in to comment.