Skip to content

Commit

Permalink
Add GoLand single-binary configuration (flyteorg#5308)
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
Co-authored-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
2 people authored and robert-ulbrich-mercedes-benz committed Jul 2, 2024
1 parent 1776ec1 commit 881725c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .run/single-binary.run.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="single-binary" type="GoApplicationRunConfiguration" factoryName="Go Application">
<module name="flyte" />
<working_directory value="$PROJECT_DIR$" />
<go_parameters value="-tags console" />
<parameters value="start --config=flyte-single-binary-local.yaml" />
<kind value="PACKAGE" />
<package value="github.com/flyteorg/flyte/cmd" />
<directory value="$PROJECT_DIR$" />
<filePath value="$PROJECT_DIR$" />
<method v="2" />
</configuration>
</component>

0 comments on commit 881725c

Please sign in to comment.