Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9a4421 commit cc74441Copy full SHA for cc74441
lib/saucelabs/start_tunnel.sh
@@ -12,9 +12,9 @@ set -e
12
# before_script:
13
# - curl https://gist.github.com/santiycr/5139565/raw/sauce_connect_setup.sh | bash
14
15
-CONNECT_URL="https://saucelabs.com/downloads/sc-4.3-linux.tar.gz"
+CONNECT_URL="https://saucelabs.com/downloads/sc-4.3.6-linux.tar.gz"
16
CONNECT_DIR="/tmp/sauce-connect-$RANDOM"
17
-CONNECT_DOWNLOAD="sc-4.3-linux.tar.gz"
+CONNECT_DOWNLOAD="sc-4.3.6-linux.tar.gz"
18
19
CONNECT_LOG="$LOGS_DIR/sauce-connect"
20
CONNECT_STDOUT="$LOGS_DIR/sauce-connect.stdout"
0 commit comments