File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
images/macos/provision/core Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ echo "Version of Microsoft Edge: ${EDGE_VERSION}"
1313echo " Installing Microsoft Edge WebDriver..."
1414
1515EDGE_DRIVER_VERSION_URL=" https://msedgedriver.azureedge.net/LATEST_RELEASE_${EDGE_VERSION_MAJOR} _MACOS"
16- EDGE_DRIVER_LATEST_VERSION=$( curl -fsSL " $EDGE_DRIVER_VERSION_URL " | iconv -f utf-16 -t utf-8 | tr -d ' \r' )
16+ download_with_retries " $EDGE_DRIVER_VERSION_URL " " /tmp" " edge-version"
17+ EDGE_DRIVER_LATEST_VERSION=$( cat /tmp/edge-version | iconv -f utf-16 -t utf-8 | tr -d ' \r' )
1718EDGE_DRIVER_URL=" https://msedgedriver.azureedge.net/${EDGE_DRIVER_LATEST_VERSION} /edgedriver_mac64.zip"
1819
1920echo " Compatible version of WebDriver: ${EDGE_DRIVER_LATEST_VERSION} "
You can’t perform that action at this time.
0 commit comments