You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was troubleshooting a connection to an alternate maven repository with features.sh and I was unable to see why it was failing although ARG VERBOSE=true was set in the Dockerfile.
There is a verbose check on line 13 for the script output itself but it would be nice if you could add --verbose to the featureUtility as well on this line when the environment variable is set.
Manually changing the script to add --verbose to featureUtility allowed me to see I had a cert validation error.
The text was updated successfully, but these errors were encountered:
I was troubleshooting a connection to an alternate maven repository with
features.sh
and I was unable to see why it was failing althoughARG VERBOSE=true
was set in the Dockerfile.There is a verbose check on line 13 for the script output itself but it would be nice if you could add --verbose to the featureUtility as well on this line when the environment variable is set.
Manually changing the script to add --verbose to featureUtility allowed me to see I had a cert validation error.
The text was updated successfully, but these errors were encountered: