1
0
mirror of https://github.com/drone/drone-cli.git synced 2024-11-22 17:01:58 +01:00
Command Line Tools for Drone CI https://docs.drone.io/cli
Go to file
Brad Rydzewski 42933f8b4f cleanup file
2015-03-05 00:18:25 -08:00
builder more generic / flexible parsing structure 2015-03-03 10:09:56 -08:00
common cleanup file 2015-03-05 00:18:25 -08:00
drone initial commit 2015-02-13 00:23:01 -08:00
runner got working with updated yaml format 2015-03-04 00:51:52 -08:00
.drone.yml added matrix parser 2015-02-18 04:03:59 -08:00
.gitignore basic build working 2015-02-26 01:20:31 -08:00
LICENSE Initial commit 2015-02-12 10:59:36 -08:00
README.md command Step struct 2015-03-03 22:45:29 -08:00

drone-cli

Drone command-line interface

NOTE: this is a special branch being used to test out matrix and parallel builds. It requires a patched version of the samalba/dockerclient package found at https://github.com/samalba/dockerclient/pull/74

clone: image: git depth: 1 path: github.com/drone/drone

build: image: go commands: - go build - go test

compose: database: image: mysql caching: image: redis

deploy: production: image: heroku app: foo token: bar when: branch: prod

notify: slack: image: slack channel: dev username: drone

git: depth: 1 path: github.com/drone/drone

build: image: go script: - go build - go test

heroku: app: foo when: branch: master

heroku_prod: app: foo_prod when: branch: prod

slack: channel: dev user: drone when: branch: master