Skip to content

Commit 53c07da

Browse files
committed
Add bundle:readonly to OriginURL in config
1 parent 3dce817 commit 53c07da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundle/config/git.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package config
22

33
type Git struct {
44
Branch string `json:"branch,omitempty"`
5-
OriginURL string `json:"origin_url,omitempty"`
5+
OriginURL string `json:"origin_url,omitempty" bundle:"readonly"`
66
Commit string `json:"commit,omitempty" bundle:"readonly"`
77

88
// Path to bundle root relative to the git repository root.

0 commit comments

Comments
 (0)