Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
update buildcontext api string
Browse files Browse the repository at this point in the history
Signed-off-by: Oscar Ward <[email protected]>
  • Loading branch information
Oscar Ward committed Oct 12, 2023
1 parent 35dfb02 commit b219fdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/apis/internal.acorn.io/v1/appimage.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type VCS struct {
Untracked bool `json:"untracked,omitempty"`
// Acornfile the path and filename within the vcs repository that was used to build the running app
Acornfile string `json:"acornfile,omitempty"`
// BuildContext the context provided
// BuildContext the context within the vcs repository that was used when building the running app
BuildContext string `json:"buildContext,omitempty"`
}

Expand Down
2 changes: 1 addition & 1 deletion pkg/openapi/generated/openapi_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b219fdc

Please sign in to comment.