hide commands

pull/5370/head
bunsenstraat 1 year ago committed by Aniket
parent d28fdfce94
commit 867a7bfd5f
  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