pull/4010/head^2
bunsenstraat 1 year ago committed by Aniket
parent d54bf717ca
commit ab6739647a
  1. 3
      .circleci/config.yml

@ -375,7 +375,8 @@ commands:
description: Custom script to install chromedriver with better version support for linux
steps:
- run:
command: >
name: install-chromedriver-custom-linux
command: |
CHROMEDRIVER_URL=$(curl -s 'https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions-with-downloads.json' | jq '.channels.Stable.downloads.chromedriver[] | select(.platform == "linux64") | .url' | tr -d '"')
echo $CHROMEDRIVER_URL
ZIPFILEPATH="/tmp/chromedriver.zip"

Loading…
Cancel
Save