We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dce817 commit 53c07daCopy full SHA for 53c07da
bundle/config/git.go
@@ -2,7 +2,7 @@ package config
2
3
type Git struct {
4
Branch string `json:"branch,omitempty"`
5
- OriginURL string `json:"origin_url,omitempty"`
+ OriginURL string `json:"origin_url,omitempty" bundle:"readonly"`
6
Commit string `json:"commit,omitempty" bundle:"readonly"`
7
8
// Path to bundle root relative to the git repository root.
0 commit comments