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

Commit cc74441

Browse files
committed
chore(ci): update to use the latest sauce connect (4.3 to 4.3.6)
1 parent c9a4421 commit cc74441

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/saucelabs/start_tunnel.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-4.3-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-4.3-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)