Skip to content

Commit

Permalink
Update createGithub.go (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
6za authored Oct 11, 2022
1 parent 0d0580b commit c15b7a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/createGithub.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ var createGithubCmd = &cobra.Command{
progressPrinter.AddTracker("step-0", "Process Parameters", 1)
progressPrinter.AddTracker("step-github", "Setup gitops on github", 3)
progressPrinter.AddTracker("step-base", "Setup base cluster", 2)
progressPrinter.AddTracker("step-ecr", "Setup ECR/Docker Registries", 1) // todo remove this step, its baked into github repo
progressPrinter.AddTracker("step-apps", "Install apps to cluster", 6)

progressPrinter.IncrementTracker("step-0", 1)
Expand Down

0 comments on commit c15b7a2

Please sign in to comment.