drone-git-update-fork

command module
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 12, 2019 License: Apache-2.0 Imports: 5 Imported by: 0

README

drone-git-update-fork

Build Status Gitter chat Go Report

Drone plugin to update a remote git repository, e.g. a fork.

Build

go build .

Run

PLUGIN_DESTREPO=https://github.com/foobar/destination-repo.git PLUGIN_TOKEN=<github token> DRONE_BRANCH=master drone-git-update-fork

Example drone step

---
name: default
kind: pipeline

steps:

  - name: update git fork
    image: bitsbeats/drone-git-update-fork
    settings:
      destrepo: https://github.com/foobar/destination-repo.git
      token:
        from_secret: github_token
      force: true

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL