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

Commit 4b94b9e

Browse files
committed
chore(ci): bump sc version to 4.3.7
1 parent a2e7f54 commit 4b94b9e

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.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)