Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 5dfc002

Browse files
committed
chore(ci): fix URL for sauce connect download
1 parent 86ead2c commit 5dfc002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/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-latest-linux.tar.gz"
15+
CONNECT_URL="https://saucelabs.com/downloads/sc-latest-linux.tar.gz"
1616
CONNECT_DIR="/tmp/sauce-connect-$RANDOM"
1717
CONNECT_DOWNLOAD="sc-latest-linux.tar.gz"
1818

0 commit comments

Comments
 (0)