Go to file
Brad Rydzewski 3aa6fca781 add starlark script [ci skip] 2019-08-06 14:32:02 -07:00
.github initial commit 2018-08-08 14:43:53 -07:00
docker attempt windows 1903 build 2019-08-06 10:06:46 -07:00
posix update embedded files [CI SKIP] 2019-04-19 08:09:55 -07:00
scripts embed files [CI SKIP] 2019-04-10 22:10:20 -07:00
windows update embedded files [CI SKIP] 2019-04-19 08:09:55 -07:00
.dockerignore initial commit 2018-08-08 14:43:53 -07:00
.drone.starlark add starlark script [ci skip] 2019-08-06 14:32:02 -07:00
.drone.yml add linux builds to pipeline 2019-08-06 14:21:32 -07:00
.gitignore add starlark script [ci skip] 2019-08-06 14:32:02 -07:00
CHANGELOG.md update changelog for 1.1.0 [ci skip] 2019-04-19 08:18:08 -07:00
LICENSE initial commit 2018-08-08 14:43:53 -07:00
README.md fix issue with missing author and email 2018-12-14 18:10:09 -08:00

README.md

drone-git

Drone plugin to clone git repositories.

Build

Build the Docker image with the following commands:

docker build --rm -f docker/Dockerfile.linux.amd64 -t drone/git .

Usage

Clone a commit:

docker run --rm \
  -e DRONE_REMOTE_URL=https://github.com/drone/envsubst.git \
  -e DRONE_BUILD_EVENT=push \
  -e DRONE_COMMIT_SHA=15e3f9b7e16332eee3bbdff9ef31f95d23c5da2c \
  -e DRONE_COMMIT_BRANCH=master \
  drone/git