Skip to content

Commit 424c590

Browse files
committed
To help troubleshoot, display the resolved Devfile registry URL
1 parent 5797b00 commit 424c590

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: tests/helper/helper_generic.go

+1
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ func GetDevfileRegistryURL() string {
405405
if customReg != "" {
406406
registryURL = customReg
407407
}
408+
fmt.Fprintf(GinkgoWriter, "Using Devfile Registry URL at: %q\n", registryURL)
408409
return registryURL
409410
}
410411

0 commit comments

Comments
 (0)