8000 GitHub - atamanroman/gitlab-group-actions: Do Things With all Repos in a Group
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

atamanroman/gitlab-group-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitlab-group-actions

Run actions against all repos in a gitlab group (and subgroups).

Features:

  • start a pipeline for a given branch (or default)
  • create a tag on a given branch (or default)

Requirements

$ brew install clojure leiningen

Usage

This tool is documented with docopt.

Run $ lein run -- to see the docs.

Examples:

$ lein run -- create-tag 1.0.0 "my amazing tag" https://gitlab.com/api/v4 186 $TOKEN --dry-run --excludes-file=excludes.txt
$ lein run -- start-pipeline https://gitlab.com/api/v4 186 $TOKEN --dry-run --branch=master --excludes-file=excludes.txt

About

Do Things With all Repos in a Group

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0