Skip to content

Commit 7b7b082

Browse files
committed
chore(ci): fix broken sauce connect download url
1 parent 3831e45 commit 7b7b082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sauce/sauce_connect_setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ set -e
1212
# before_script:
1313
# - curl https://gist.github.com/santiycr/5139565/raw/sauce_connect_setup.sh | bash
1414

15-
CONNECT_URL="https://d2nkw87yt5k0to.cloudfront.net/downloads/sc-4.3-linux.tar.gz"
15+
CONNECT_URL="https://saucelabs.com/downloads/sc-4.3-linux.tar.gz"
1616
CONNECT_DIR="/tmp/sauce-connect-$RANDOM"
1717
CONNECT_DOWNLOAD="sc-4.3-linux.tar.gz"
1818

0 commit comments

Comments
 (0)