chore(ci): fix broken sauce connect download url

This commit is contained in:
Julie Ralph
2014-10-31 09:14:47 -07:00
parent 3831e45a7d
commit 7b7b082125

View File

@@ -12,7 +12,7 @@ set -e
# before_script:
# - curl https://gist.github.com/santiycr/5139565/raw/sauce_connect_setup.sh | bash
CONNECT_URL="https://d2nkw87yt5k0to.cloudfront.net/downloads/sc-4.3-linux.tar.gz"
CONNECT_URL="https://saucelabs.com/downloads/sc-4.3-linux.tar.gz"
CONNECT_DIR="/tmp/sauce-connect-$RANDOM"
CONNECT_DOWNLOAD="sc-4.3-linux.tar.gz"