[Ubuntu] Improve errexit option handling (#8352)

This commit is contained in:
Vasilii Polikarpov
2023-10-02 15:52:49 +02:00
committed by GitHub
parent 953177d098
commit b3c54ca36b
3 changed files with 12 additions and 5 deletions

View File

@@ -26,7 +26,6 @@ echo 'pref("intl.locale.requested","en_US");' >> "/usr/lib/firefox/browser/defau
# Download and unpack latest release of geckodriver
downloadUrl=$(get_github_package_download_url "mozilla/geckodriver" "test(\"linux64.tar.gz$\")")
echo "Downloading geckodriver $downloadUrl"
download_with_retries "$downloadUrl" "/tmp" geckodriver.tar.gz
GECKODRIVER_DIR="/usr/local/share/gecko_driver"