Skip to content

Commit 40b7130

Browse files
authored
Update main.go
1 parent e59ae3e commit 40b7130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/web/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func appLauncher(appname string) {
8585
arg4 := "-W"
8686
arg45 := ".github/workflows/test-action.yml"
8787
arg5 := "--input"
88-
arg55 := fmt.Sprintf(`METADATA='{"metadataVersion":"unity-cs-0.1","deploymentName":"deployment","ghtoken":"%s", "services":[{"name":"unity-sps-prototype","source":"unity-sds/unity-sps-prototype","version":"xxx","branch":"main"}],"extensions":{"kubernetes":{"clustername":"testclustertomtues2","owner":"tom","projectname":"testproject","nodegroups":{"group1":{"instancetype":"m5.xlarge","nodecount":"1"}}}}}`, token)
88+
arg55 := fmt.Sprintf(`METADATA='{"metadataVersion":"unity-cs-0.1","deploymentName":"deployment","ghtoken":"%s", "services":[{"name":"unity-sps-prototype","source":"unity-sds/unity-sps-prototype","version":"xxx","branch":"main"}],"extensions":{"kubernetes":{"clustername":"testclustertomtues2","owner":"tom","projectname":"testproject","nodegroups":{"group1":{"instancetype":"m5.xlarge","nodecount":"1"}}}}}'`, token)
8989
arg6 := "--env"
9090
arg65 := "WORKFLOWPATH=/home/ubuntu/unity-cs/.github/workflows"
9191
cmd := exec.Command(prg, arg4, arg45, arg5, arg55, arg6, arg65)

0 commit comments

Comments
 (0)