8000 feat(site): add build parameters option when starting or restarting a workspace by BrunoQuaresma · Pull Request #8524 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

feat(site): add build parameters option when starting or restarting a workspace #8524

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Jul 18, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove context value
  • Loading branch information
BrunoQuaresma committed Jul 17, 2023
commit 1269df1a83e7fac96a8d328d7422bcf1a7b7b695
2 changes: 0 additions & 2 deletions site/src/xServices/workspace/workspaceXService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ export interface WorkspaceContext {
sshPrefix?: string
// Change version
templateVersionIdToChange?: TypesGen.TemplateVersion["id"]
// One time build parameters
oneTimeBuildParameters?: TypesGen.WorkspaceBuildParameter[]
}

export type WorkspaceEvent =
Expand Down
0