hide commands

pull/4010/head^2
bunsenstraat 1 year ago committed by Aniket
parent 11ddb734f3
commit 2d0b474006
  1. 2
      .circleci/config.yml

@ -374,7 +374,7 @@ commands:
description: Custom script to install chromedriver with better version support for linux
steps:
- run:
command: |
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