Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbourdais committed Jun 26, 2023
1 parent 1e9fd97 commit 6f7f987
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ workflows:
- "macos"
channel:
- "stable"
- "beta"
# - "beta"
- orb-tools/publish:
orb-name: circleci/browser-tools
vcs-type: << pipeline.project.type >>
Expand Down
4 changes: 0 additions & 4 deletions src/scripts/install-chromedriver.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash

if [[ $EUID == 0 ]]; then export SUDO=""; else export SUDO="sudo"; fi
# determine_chrome_version
if uname -a | grep Darwin >/dev/null 2>&1; then
Expand Down Expand Up @@ -127,9 +126,6 @@ if [[ $CHROME_RELEASE -lt 70 ]]; then
;;
esac
else
echo $CHROMEDRIVER_RELEASE
echo $CHROMEDRIVER_VERSION
echo $PLATFORM
CHROMEDRIVER_VERSION=$(curl --silent --show-error --location --fail --retry 3 \
"https://chromedriver.storage.googleapis.com/LATEST_RELEASE_$CHROMEDRIVER_RELEASE")
fi
Expand Down

0 comments on commit 6f7f987

Please sign in to comment.