Skip to content

Commit

Permalink
removed conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Volkov committed Aug 21, 2018
1 parent 4056b31 commit 311811b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ pipeline:
- cp -r ./vendor/ $GOPATH/src/github/${DRONE_REPO}/
- cd $GOPATH/src/github/${DRONE_REPO}
- env GOOS=linux GOARCH=amd64 go build -o $DRONE_WORKSPACE/${DRONE_REPO_NAME}
when:
event: push
branch: master

github-release:
image: plugins/github-release
Expand Down

0 comments on commit 311811b

Please sign in to comment.