release-operator do customize operations for specified project
[
{
"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"
}
]serially execute project operation
make run-serialparallels execute project operation
make run-parallelsclean local repos
make clean up