github
Prerequisites
{
"github": {
"baseUrl": "https://company-github-host/api/v3"
}
}Usage
{
"name": "1000.0.0",
"container": {
"miniApps": [
"git+ssh://[email protected]/username/example1-miniapp.git#346f8f185f4bfc5de0c694918e131eec1847dab0",
"git+ssh://[email protected]/username/example2-miniapp.git#d4ced142494b7f02c9038c805ca13229d2e32415",
"git+ssh://[email protected]/username/example3-miniapp.git#ec1a90be810e1dc6668f5a7c2ec25e3302799cdd"
],
"miniAppsBranches": [
"git+ssh://[email protected]/username/example1-miniapp.git#master",
"git+ssh://[email protected]/username/example2-miniapp.git#master",
"git+ssh://[email protected]/username/example3-miniapp.git#master"
]
}
}Last updated