Skip to content

Commit

Permalink
Add comments to drone
Browse files Browse the repository at this point in the history
  • Loading branch information
schnie committed Nov 15, 2018
1 parent eb5413f commit 88cf088
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .drone.yml
Expand Up @@ -3,16 +3,19 @@ workspace:
path: src/github.com/astronomerio/astro-cli

pipeline:
# Build binary
build:
image: golang
commands:
- make build


# Test the code
test:
image: golang
commands:
- make test

# Cut releases with goreleaser when tagged
push:
image: goreleaser/goreleaser:v0.86
secrets: [ github_token ]
Expand Down

0 comments on commit 88cf088

Please sign in to comment.