Skip to content

Commit

Permalink
update saucelabs
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuleatt committed Dec 8, 2023
1 parent d1c0522 commit 681c8f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildtools/sauce_connect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@

# Setup and start Sauce Connect locally.
if [[ $OSTYPE == 'darwin'* ]]; then
CONNECT_URL="https://saucelabs.com/downloads/sc-4.7.1-osx.zip"
CONNECT_URL="https://saucelabs.com/downloads/sc-4.9.2-osx.zip"
else
CONNECT_URL="https://saucelabs.com/downloads/sc-4.7.1-linux.tar.gz"
CONNECT_URL="https://saucelabs.com/downloads/sc-4.9.2-linux.tar.gz"
fi
CONNECT_DIR="/tmp/sauce-connect-$RANDOM"
CONNECT_DOWNLOAD="sc-latest-linux.tar.gz"
Expand Down

0 comments on commit 681c8f3

Please sign in to comment.