clone: path: github.com/drone/drone build: image: golang:1.5 environment: - GO15VENDOREXPERIMENT=1 commands: - /bin/bash contrib/setup-sqlite.sh 1> /dev/null - /bin/bash contrib/setup-sassc.sh 1> /dev/null - 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