Skip to content

Commit 3086fcd

Browse files
committed
chore(ci): bump sc version to 4.3.7
1 parent 6a03ca2 commit 3086fcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/saucelabs/start_tunnel.sh

Lines changed: 2 additions & 2 deletions
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.6-linux.tar.gz"
15+
CONNECT_URL="https://saucelabs.com/downloads/sc-4.3.7-linux.tar.gz"
1616
CONNECT_DIR="/tmp/sauce-connect-$RANDOM"
17-
CONNECT_DOWNLOAD="sc-4.3.6-linux.tar.gz"
17+
CONNECT_DOWNLOAD="sc-4.3.7-linux.tar.gz"
1818

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

0 commit comments

Comments
 (0)