You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: pkg/ncispec/spec_v1.go
+4-4
Original file line number
Diff line number
Diff line change
@@ -112,10 +112,10 @@ type NormalizeCISpec struct {
112
112
NCI_COMMIT_DESCRIPTIONstring// The description of the latest commit on the current reference.
113
113
NCI_COMMIT_COUNTstring`validate:"required"`// The total amount of commits inside of the current reference, can be used as build number.
114
114
115
-
NCI_LASTRELEASE_REF_NAMEstring// Human readable name of the last stable release.
116
-
NCI_LASTRELEASE_REF_SLUGstring// Slug of the last stable release.
117
-
NCI_LASTRELEASE_REF_VCSstring// Holds the vcs specific absolute reference name of the last stable release. (ex: `refs/heads/main`)
118
-
NCI_LASTRELEASE_COMMIT_AFTER_COUNTstring// Holds the count of commits since the last stable release.
115
+
NCI_LASTRELEASE_REF_NAMEstring`validate:"required"`// Human readable name of the last stable release.
116
+
NCI_LASTRELEASE_REF_SLUGstring`validate:"required"`// Slug of the last stable release.
117
+
NCI_LASTRELEASE_REF_VCSstring`validate:"required"`// Holds the vcs specific absolute reference name of the last stable release. (ex: `refs/heads/main`)
118
+
NCI_LASTRELEASE_COMMIT_AFTER_COUNTstring`validate:"required"`// Holds the count of commits since the last stable release.
119
119
120
120
NCI_DEPLOY_FREEZEstring`validate:"required,boolean"`// Currently in a deploy freeze window? (`true`, `false`)
0 commit comments