echo version

pull/4010/head^2
bunsenstraat 1 year ago committed by Aniket
parent c27442bc13
commit 3214268784
  1. 4
      .circleci/config.yml

@ -375,5 +375,5 @@ commands:
- run:
command: >
#!/bin/bash
curl -s 'https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions.json' | python3 -c "import sys, json; print(json.load(sys.stdin)['channels']['Stable']['version'])"
CHROMEDRIVER_VERSION=$(curl -s 'https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions.json' | python3 -c "import sys, json; print(json.load(sys.stdin)['channels']['Stable']['version'])")
echo $CHROMEDRIVER_VERSION

Loading…
Cancel
Save