Closed haklop closed 9 years ago
I'm not sure this was a miss by @jawher
The constants in orchestration/paths.go are those related to a path, whereas BazookaEnvSCM
, BazookaEnvSCMUrl
, BazookaEnvSCMReference
, BazookaEnvProjectID
, BazookaEnvJobID
are not paths, so they should still belong in orchestration/main.go IMO
Yep, I only moved path related variables to paths.go
. It was intentional.
Later, we might organize and group env vars into an Env
struct in a env.go
file for example.
Some input environment variables were missing in orchestration/paths.go