tests: explicit tunnel version URI in sauce_tunnel.sh
For an explanation, see bf0bb58c70
.
This commit is contained in:
parent
f6436be486
commit
3085f46f32
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
# example https://saucelabs.com/downloads/sc-4.5.4-linux.tar.gz
|
# example https://saucelabs.com/downloads/sc-4.5.4-linux.tar.gz
|
||||||
# Supported versions are currently listed at:
|
# Supported versions are currently listed at:
|
||||||
# https://wiki.saucelabs.com/display/DOCS/Downloading+Sauce+Connect+Proxy
|
# https://wiki.saucelabs.com/display/DOCS/Downloading+Sauce+Connect+Proxy
|
||||||
curl https://saucelabs.com/downloads/sc-latest-linux.tar.gz > /tmp/sauce.tar.gz
|
curl https://saucelabs.com/downloads/sc-4.5.4-linux.tar.gz > /tmp/sauce.tar.gz
|
||||||
tar zxf /tmp/sauce.tar.gz --directory /tmp
|
tar zxf /tmp/sauce.tar.gz --directory /tmp
|
||||||
mv /tmp/sc-*-linux /tmp/sauce_connect
|
mv /tmp/sc-*-linux /tmp/sauce_connect
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue