Giter Site home page Giter Site logo

drone-git's Introduction

drone-git

Build Status Coverage Status

Drone plugin to clone git repositories. For the usage information and a listing of the available options please take a look at the docs.

Overview

This plugin is responsible for cloning git repositories. It is capable of cloning a specific commit, branch, tag or pull request. The clone path is provided in the dir field.

Binary

Build the binary using make:

make deps build

Clone a commit

./drone-git <<EOF
{
    "repo": {
        "clone_url": "git://github.com/drone/drone"
    },
    "build": {
        "event": "push",
        "branch": "master",
        "commit": "436b7a6e2abaddfd35740527353e78a227ddcb2c",
        "ref": "refs/heads/master"
    },
    "workspace": {
        "root": "/drone/src",
        "path": "/drone/src/github.com/drone/drone"
    }
}
EOF

Clone a pull request

./drone-git <<EOF
{
    "repo": {
        "clone_url": "git://github.com/drone/drone"
    },
    "build": {
        "event": "pull_request",
        "branch": "master",
        "commit": "8d6a233744a5dcacbf2605d4592a4bfe8b37320d",
        "ref": "refs/pull/892/merge"
    },
    "workspace": {
        "root": "/drone/src",
        "path": "/drone/src/github.com/drone/drone"
    }
}
EOF

Clone a tag

./drone-git <<EOF
{
    "repo": {
        "clone_url": "git://github.com/drone/drone"
    },
    "build": {
        "event": "tag",
        "branch": "master",
        "commit": "339fb92b9629f63c0e88016fffb865e3e1055483",
        "ref": "refs/tags/v0.2.0"
    },
    "workspace": {
        "root": "/drone/src",
        "path": "/drone/src/github.com/drone/drone"
    }
}
EOF

Docker

Build the container using make:

make deps docker

Clone a commit

docker run -i plugins/drone-git <<EOF
{
    "repo": {
        "clone_url": "git://github.com/drone/drone"
    },
    "build": {
        "event": "push",
        "branch": "master",
        "commit": "436b7a6e2abaddfd35740527353e78a227ddcb2c",
        "ref": "refs/heads/master"
    },
    "workspace": {
        "root": "/drone/src",
        "path": "/drone/src/github.com/drone/drone"
    }
}
EOF

Clone a pull request

docker run -i plugins/drone-git <<EOF
{
    "repo": {
        "clone_url": "git://github.com/drone/drone"
    },
    "build": {
        "event": "pull_request",
        "branch": "master",
        "commit": "8d6a233744a5dcacbf2605d4592a4bfe8b37320d",
        "ref": "refs/pull/892/merge"
    },
    "workspace": {
        "root": "/drone/src",
        "path": "/drone/src/github.com/drone/drone"
    }
}
EOF

Clone a tag

docker run -i plugins/drone-git <<EOF
{
    "repo": {
        "clone_url": "git://github.com/drone/drone"
    },
    "build": {
        "event": "tag",
        "branch": "master",
        "commit": "339fb92b9629f63c0e88016fffb865e3e1055483",
        "ref": "refs/tags/v0.2.0"
    },
    "workspace": {
        "root": "/drone/src",
        "path": "/drone/src/github.com/drone/drone"
    }
}
EOF

drone-git's People

Contributors

bradrydzewski avatar tboerger avatar donny-dont avatar msteinert avatar mjschultz avatar nlf avatar gregory90 avatar jpzk avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.