woodpecker/.drone.yml

35 lines
701 B
YAML
Raw Normal View History

clone:
path: github.com/drone/drone
build:
2015-09-30 01:21:17 +00:00
image: golang:1.5
2015-09-30 21:00:48 +00:00
environment:
- GO15VENDOREXPERIMENT=1
commands:
2015-09-30 21:00:48 +00:00
- /bin/bash contrib/setup-sqlite.sh 1> /dev/null
- /bin/bash contrib/setup-sassc.sh 1> /dev/null
2015-10-01 05:16:42 +00:00
- make deps gen test
- make build build_static deb
publish:
s3:
acl: public-read
region: us-east-1
bucket: downloads.drone.io
access_key: $$AWS_KEY
secret_key: $$AWS_SECRET
source: contrib/debian/drone.deb
target: $$BRANCH/
when:
repo: drone/drone
docker:
username: drone
password: $$DOCKER_PASS
email: $$DOCKER_EMAIL
repo: drone/drone
2015-10-01 07:39:30 +00:00
tag: "0.4"
when:
repo: drone/drone
branch: 0.4.0