1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-01-23 17:53:23 +02:00
woodpecker/.drone.yml

35 lines
701 B
YAML
Raw Normal View History

clone:
path: github.com/drone/drone
build:
2015-09-29 18:21:17 -07:00
image: golang:1.5
2015-09-30 14:00:48 -07:00
environment:
- GO15VENDOREXPERIMENT=1
commands:
2015-09-30 14:00:48 -07:00
- /bin/bash contrib/setup-sqlite.sh 1> /dev/null
- /bin/bash contrib/setup-sassc.sh 1> /dev/null
2015-09-30 22:16:42 -07: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 00:39:30 -07:00
tag: "0.4"
when:
repo: drone/drone
branch: 0.4.0