jamesnetherton commented on a change in pull request #3568:
URL: https://github.com/apache/camel-quarkus/pull/3568#discussion_r812214479
##########
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:
I'll do that so that all output is dumped to `/dev/null`.
--
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]