Skip to content

Commit 9ca2064

Browse files
juliemrnetman92
authored andcommitted
chore(ci): update to use the latest sauce connect (4.3 to 4.3.6)
1 parent 6ac5959 commit 9ca2064

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)