项目作者: wizaplace

项目描述 :
Git plugin for Drone CI
高级语言: Shell
项目地址: git://github.com/wizaplace/drone-ci-git.git
创建时间: 2017-02-17T08:46:17Z
项目社区:https://github.com/wizaplace/drone-ci-git

开源协议:MIT License

下载


Drone CI Git plugin

Git plugin for Drone CI, using a single bare repo and git archive to speed up setup.

Usage

The Docker image is hosted there: wizaplace/drone-ci-git

So in your .drone.yml:

  1. pipeline:
  2. clone:
  3. image: wizaplace/drone-ci-git
  4. volumes:
  5. - /data/gitBareRepo:/bareRepo

The volume is here to cache the bare repo. The worktree will be created in the Drone workspace.