Skip to content

Commit

Permalink
Merge pull request #124 from astronomerio/feature/drone-ci
Browse files Browse the repository at this point in the history
Add working drone-ci
  • Loading branch information
andscoop committed Sep 20, 2018
2 parents 9cfc141 + 3e57a49 commit 84ae936
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .drone.yml
Expand Up @@ -14,8 +14,10 @@ pipeline:
- make test

push:
image: golang
commands:
- curl -sL https://git.io/goreleaser | bash
image: goreleaser/goreleaser:v0.86
secrets: [ github_token ]
commands:
- git fetch --no-tags origin +refs/tags/${DRONE_TAG}:refs/tags/${DRONE_TAG}
- goreleaser release --rm-dist
when:
event: [ tag ]
event: tag

0 comments on commit 84ae936

Please sign in to comment.