Go to file
Brad Rydzewski d0bca2a1f7
Merge pull request #32 from shubham149/clone_branch
Support cloning a branch without commit ID
2020-10-29 10:11:23 -04:00
.github initial commit 2018-08-08 14:43:53 -07:00
docker added 1909 image to manifest 2020-05-03 15:03:56 -04:00
posix Support cloning a branch without commit 2020-10-29 16:07:40 +05:30
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 added 1909 dockerfile 2020-05-03 15:02:48 -04: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

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