2018-08-08 14:43:53 -07:00
2019-01-21 12:30:42 -08:00
2018-12-13 17:52:14 -08:00
2018-08-08 14:43:53 -07:00
2018-09-17 15:05:14 -07:00
2018-09-11 11:06:54 -07:00
2018-08-08 14:43:53 -07: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
Description
No description provided
Readme Pixar 217 KiB
Languages
Shell 70.9%
Makefile 24.1%
Dockerfile 5%