Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 391ab0f

Browse files
committed
chore(ci): update sauce connect to 4.3.6
Turns out that "latest" is 4.3.0, not the actual latest.
1 parent a74175d commit 391ab0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/sauce_connect_setup.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ set -e
1212
# before_script:
1313
# - curl https://gist.github.com/santiycr/5139565/raw/sauce_connect_setup.sh | bash
1414

15-
CONNECT_URL="https://saucelabs.com/downloads/sc-latest-linux.tar.gz"
15+
CONNECT_URL="https://saucelabs.com/downloads/sc-4.3.6-linux.tar.gz"
1616
CONNECT_DIR="/tmp/sauce-connect-$RANDOM"
17-
CONNECT_DOWNLOAD="sc-latest-linux.tar.gz"
17+
CONNECT_DOWNLOAD="sc-4.3.6-linux.tar.gz"
1818

1919
CONNECT_LOG="$LOGS_DIR/sauce-connect"
2020
CONNECT_STDOUT="$LOGS_DIR/sauce-connect.stdout"

0 commit comments

Comments
 (0)