Sign inSign up

wesleimp/drone-circleci

By wesleimp

Updated over 6 years ago

Drone plugin for trigger circleci builds

Image
0

277

wesleimp/drone-circleci repository overview

drone-circleci

Build Status

Drone plugin for trigger circleci builds. For the usage information and a listing of the available options please take a look at the docs.

Docker

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 .

Usage

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

Tag summary

Content type

Image

Digest

Size

5.2 MB

Last updated

over 6 years ago

docker pull wesleimp/drone-circleci