Skip to content

kubecube-io/release-operator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Release-Operator

release-operator do customize operations for specified project

Config

[
  {
    "name": "KubeCube",
    "repo": "https://github.com/kubecube-io/KubeCube.git",
    "branch": "v1.0.2",
    "exec": "make build"
  },
  {
    "name": "kubecube-audit",
    "repo": "https://github.com/kubecube-io/kubecube-audit.git",
    "branch": "v1.0.2",
    "exec": "make build",
    "skip_clone": true,
    "skip_make": true
  },
  {
    "name": "kubecube-webconsole",
    "repo": "https://github.com/kubecube-io/kubecube-webconsole.git",
    "branch": "v1.0.2",
    "exec": "make build"
  },
  {
    "name": "kubecube-front",
    "repo": "https://github.com/kubecube-io/kubecube-front.git",
    "branch": "v1.0.2",
    "exec": "make build"
  }
]

Usage

serially execute project operation

make run-serial

parallels execute project operation

make run-parallels

clean local repos

make clean up

About

release-operator do customize operations for specified project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published