mirror of https://github.com/databricks/cli.git
Add bundle:readonly to OriginURL in config
This commit is contained in:
parent
7243eda92e
commit
a141e3f221
|
@ -2,7 +2,7 @@ package config
|
|||
|
||||
type Git struct {
|
||||
Branch string `json:"branch,omitempty"`
|
||||
OriginURL string `json:"origin_url,omitempty"`
|
||||
OriginURL string `json:"origin_url,omitempty" bundle:"readonly"`
|
||||
Commit string `json:"commit,omitempty" bundle:"readonly"`
|
||||
|
||||
// Path to bundle root relative to the git repository root.
|
||||
|
|
Loading…
Reference in New Issue