pull/5370/head
bunsenstraat 1 year ago committed by Aniket
parent 8b11fd6a98
commit 6ca2540d6e
  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