Drone plugin for trigger circleci builds
277
Drone plugin for trigger circleci builds. For the usage information and a listing of the available options please take a look at the docs.
Build the Docker image with the following commands:
$ GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -a -tags netgo -o release/linux/amd64/drone-circleci
$ docker build --rm -t wesleimp/drone-circleci -f docker/Dockerfile .
Execute from the working directory:
$ docker run --rm \
-e PLUGIN_USER=octocat \
-e PLUGIN_REPO=hello-world \
-e PLUGIN_BRANCH=master \
-e PLUGIN_TOKEN=key-85c40a295fbd2dd0dfd47c38d8ae11d5e \
wesleimp/drone-circleci
Content type
Image
Digest
Size
5.2 MB
Last updated
over 6 years ago
docker pull wesleimp/drone-circleci