Skip to content

Commit

Permalink
drone
Browse files Browse the repository at this point in the history
  • Loading branch information
leonmaia committed Nov 25, 2017
1 parent eb8b0ec commit be1e8e9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
pipeline:
build:
image: golang
commands:
- go get
- go build
- go test
deploy-to-staging:
image: golang
when:
branch: master
commands:
- echo "hello, world!"
1 change: 1 addition & 0 deletions readme
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit be1e8e9

Please sign in to comment.