Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Ijaz Ahmad
ksonnet
Commits
76491694
Unverified
Commit
76491694
authored
May 07, 2018
by
Bryan Liles
Committed by
GitHub
May 07, 2018
Browse files
Merge pull request #516 from bryanl/omit-git-version-if-null
Omit library gitVersion if null
parents
2b8e53c5
3f7846b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
pkg/app/schema.go
pkg/app/schema.go
+1
-1
No files found.
pkg/app/schema.go
View file @
76491694
...
...
@@ -289,7 +289,7 @@ type EnvironmentDestinationSpec struct {
type
LibraryRefSpec
struct
{
Name
string
`json:"name"`
Registry
string
`json:"registry"`
GitVersion
*
GitVersionSpec
`json:"gitVersion"`
GitVersion
*
GitVersionSpec
`json:"gitVersion
,omitempty
"`
}
// GitVersionSpec is the specification for a Registry's Git Version.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment