Skip to content

Commit

Permalink
Add support for projectService param in trc scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-rieke committed Jul 3, 2024
1 parent 697fa5f commit 382d39c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions atrium/vestibulum/trcshbase/trcsh.go
Original file line number Diff line number Diff line change
Expand Up @@ -870,6 +870,7 @@ func ProcessDeploy(featherCtx *cap.FeatherContext,
fmt.Println("Trcsh - Failed to fetch template using projectServicePtr. " + err.Error())
return
}
trcshDriverConfig.DriverConfig.ServicesWanted = strings.Split(projectServicePtr, ",")
}

tokenName := "config_token_" + trcshDriverConfig.DriverConfig.EnvBasis
Expand Down

0 comments on commit 382d39c

Please sign in to comment.