Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kimdre committed Sep 15, 2024
1 parent ee80ac6 commit bc09174
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/config/deploy_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ func GetDeployConfigs(repoDir, name, customTarget string) ([]*DeployConfig, erro
}
}

fmt.Println(len(configs))
fmt.Println(customTarget)

if len(configs) > 0 {
fmt.Println("test")
if err = validator.Validate(configs); err != nil {
Expand Down

0 comments on commit bc09174

Please sign in to comment.