From 369503d56c9e42a606e4d21e9f2579f7eb97c0ee Mon Sep 17 00:00:00 2001 From: Julie Ralph Date: Fri, 31 Oct 2014 09:14:47 -0700 Subject: [PATCH] chore(ci): fix broken sauce connect download url --- lib/sauce/sauce_connect_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sauce/sauce_connect_setup.sh b/lib/sauce/sauce_connect_setup.sh index 1cb6cf4b9dcd..dcaa79788226 100755 --- a/lib/sauce/sauce_connect_setup.sh +++ b/lib/sauce/sauce_connect_setup.sh @@ -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"