aldettinger commented on a change in pull request #3568:
URL: https://github.com/apache/camel-quarkus/pull/3568#discussion_r812187865
##########
File path: integration-test-groups/azure/azure-resources.sh
##########
@@ -69,6 +70,14 @@ function deleteResources() {
az group delete --name ${RESOURCE_GROUP} --yes
}
+if ! which az > /dev/null; then
Review comment:
Great idea to check. Does which output on stderr in this case ? Maybe
"2>" could be tried.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]