From a2d1be088c2e4c99f6b934b0d24360635468cdab Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Wed, 21 Apr 2021 10:12:32 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d0b8ab76a..48b5d66b9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -130,7 +130,9 @@ jobs: curl --output webimage.dmg --url $(MACOS_HPCKIT_URL) --retry 5 --retry-delay 5 hdiutil attach webimage.dmg sudo /Volumes/"$(basename "$(MACOS_HPCKIT_URL)" .dmg)"/bootstrapper.app/Contents/MacOS/bootstrapper -s --action install --components="$(MACOS_FORTRAN_COMPONENTS)" --eula=accept --continue-with-optional-error=yes --log-dir=. + installer_exit_code=$? hdiutil detach /Volumes/"$(basename "$URL" .dmg)" -quiet + exit $installer_exit_code displayName: install condition: ne(variables.CACHE_RESTORED, 'true') - script: |