Browse Source

Merge pull request #1234 from porter-dev/master

Fix hardcoded GHA -> staging
abelanger5 4 years ago
parent
commit
a9ea3ec81b
1 changed files with 1 additions and 10 deletions
  1. 1 10
      dashboard/src/main/home/launch/launch-flow/SettingsPage.tsx

+ 1 - 10
dashboard/src/main/home/launch/launch-flow/SettingsPage.tsx

@@ -300,16 +300,7 @@ class SettingsPage extends Component<PropsType, StateType> {
           {this.renderSettingsRegion()}
           {this.renderSettingsRegion()}
           {this.props.fullActionConfig?.git_repo && (
           {this.props.fullActionConfig?.git_repo && (
             <WorkflowPage
             <WorkflowPage
-              fullActionConfig={{
-                git_repo: "jnfrati/cryptoshops",
-                branch: "master",
-                registry_id: 9,
-                dockerfile_path: null,
-                folder_path: "./",
-                image_repo_uri: "index.docker.io/jnfrati/porter",
-                git_repo_id: 19210609,
-                should_create_workflow: true,
-              }}
+              fullActionConfig={this.props.fullActionConfig}
               name={this.props.templateName}
               name={this.props.templateName}
               namespace={this.props.selectedNamespace}
               namespace={this.props.selectedNamespace}
             />
             />