Skip to content

Commit

Permalink
feat: make gen config path not required (#1228)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-timothy-albert authored Jan 24, 2025
1 parent 6571819 commit 1187153
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 15 deletions.
1 change: 0 additions & 1 deletion internal/studio/oas_studio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ components:
- sourceID
- readme
- gen_yaml
- gen_yaml_path
- output_directory
- language
TargetSpecificInputs:
Expand Down
10 changes: 5 additions & 5 deletions internal/studio/sdk/.speakeasy/gen.lock

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

2 changes: 1 addition & 1 deletion internal/studio/sdk/.speakeasy/gen.yaml

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

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

6 changes: 3 additions & 3 deletions internal/studio/sdk/models/components/targetrunsummary.go

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

6 changes: 3 additions & 3 deletions internal/studio/sdk/sdk.go

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

2 changes: 1 addition & 1 deletion internal/studio/studioHandlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ func (h *StudioHandlers) convertLastRunResult(ctx context.Context, step string)
SourceID: h.SourceID,
Readme: readMeContents,
GenYaml: genYamlContents,
GenYamlPath: absGenYamlPath,
GenYamlPath: &absGenYamlPath,
Language: targetConfig.Target,
OutputDirectory: outputDirectory,
}
Expand Down

0 comments on commit 1187153

Please sign in to comment.