Skip to content

Commit

Permalink
dropping config settings for create for now
Browse files Browse the repository at this point in the history
  • Loading branch information
selfcontained committed Nov 7, 2023
1 parent a6311e4 commit 0a92325
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 160 deletions.
2 changes: 0 additions & 2 deletions components/public-api/gitpod/v1/configuration.proto
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ message CreateConfigurationRequest {
string organization_id = 1;
string name = 2;
string clone_url = 3;
optional PrebuildSettings prebuild_settings = 4;
optional WorkspaceSettings workspace_settings = 5;
}

message CreateConfigurationResponse { Configuration configuration = 1; }
Expand Down
Loading

0 comments on commit 0a92325

Please sign in to comment.