diff --git a/scripts/sauce_connect_setup.sh b/scripts/sauce_connect_setup.sh index f4431240e..c3018da8d 100755 --- a/scripts/sauce_connect_setup.sh +++ b/scripts/sauce_connect_setup.sh @@ -12,9 +12,9 @@ set -e # before_script: # - curl https://gist.github.com/santiycr/5139565/raw/sauce_connect_setup.sh | bash -CONNECT_URL="https://saucelabs.com/downloads/sc-4.3.6-linux.tar.gz" +CONNECT_URL="https://saucelabs.com/downloads/sc-4.3.7-linux.tar.gz" CONNECT_DIR="/tmp/sauce-connect-$RANDOM" -CONNECT_DOWNLOAD="sc-4.3.6-linux.tar.gz" +CONNECT_DOWNLOAD="sc-4.3.7-linux.tar.gz" CONNECT_LOG="$LOGS_DIR/sauce-connect" CONNECT_STDOUT="$LOGS_DIR/sauce-connect.stdout"