You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2019/04/12 21:32:18 UTC

[qpid-proton] 02/02: NO-JIRA: Don't fail Azure MacOS build if brew upgrade fails

This is an automated email from the ASF dual-hosted git repository.

astitcher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git

commit 9ff0a644032f26159862cc9441df59ffa4b3462f
Author: Andrew Stitcher <as...@apache.org>
AuthorDate: Fri Apr 12 17:23:29 2019 -0400

    NO-JIRA: Don't fail Azure MacOS build if brew upgrade fails
---
 azure-pipelines/azure-pipelines.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/azure-pipelines/azure-pipelines.yml b/azure-pipelines/azure-pipelines.yml
index fd50140..b34dfe8 100644
--- a/azure-pipelines/azure-pipelines.yml
+++ b/azure-pipelines/azure-pipelines.yml
@@ -48,6 +48,6 @@ jobs:
   - script: |
       brew update
       brew install libuv swig pkgconfig openssl@1.1 jsoncpp
-      brew upgrade python@3 python@2
+      brew upgrade python@3 python@2 || true
     name: InstallExtraStuff
   - template: steps.yml


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org