aztfmod / rovergo

The next version of Rover, the command line tool for Azure CAF Landingzones. Developed in Go
MIT License
10 stars 7 forks source link

ci_tasks required even when commands is not ci #52

Closed benc-uk closed 3 years ago

benc-uk commented 3 years ago

Because this is run inside an init() function it means rover won't run if ci_tasks is missing, even if the command you are running is NOT rover ci

https://github.com/aztfmod/rovergo/blob/45bbb2e4036bfdfe75c4a6ba5b29a930627c67d1/cmd/ci.go#L41-L41