Skip to content

Commit

Permalink
better logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Simonis, Matthias authored and Simonis, Matthias committed Mar 1, 2024
1 parent 1d86751 commit aae07d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions golang/vaas/cmd/git-scan/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ func main() {
if targetBranch == "" {
log.Fatal("no targetBranch set")
}
log.Println("targetBranch: ", targetBranch)
remote := os.Args[2]
if targetBranch == "" {
log.Fatal("no remote set")
}
log.Println("remote: ", remote)

clientID, exists := os.LookupEnv("VAAS_CLIENT_ID")
if !exists {
Expand Down

0 comments on commit aae07d3

Please sign in to comment.