Add bundle:readonly to OriginURL in config

This commit is contained in:
Denis Bilenko 2024-11-28 09:53:59 +01:00
parent 7243eda92e
commit a141e3f221
1 changed files with 1 additions and 1 deletions

View File

@ -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.