drone_git_push

package module
v0.0.0-...-9bf786d Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2022 License: MIT Imports: 5 Imported by: 0

README

drone-git-push

usage

kind: pipeline
type: docker
name: default

steps:
  - name: push <xxx>
    image: beanjs/drone-git-push
    settings:
      local_dir: repository
      branch: master
      commit_message: 'commit from ci'

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Plugin

type Plugin struct {
	LocalDir      string
	CommitMessage string
	Branch        string
}

func (*Plugin) Exec

func (p *Plugin) Exec() error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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