mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
update sauce connect proxy to 4.6.2
This commit is contained in:
parent
3ea8d571e7
commit
c931a78081
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
if [ -z "${SAUCE_USERNAME}" ]; then echo "SAUCE_USERNAME is unset - exiting"; exit 1; fi
|
if [ -z "${SAUCE_USERNAME}" ]; then echo "SAUCE_USERNAME is unset - exiting"; exit 1; fi
|
||||||
if [ -z "${SAUCE_ACCESS_KEY}" ]; then echo "SAUCE_ACCESS_KEY is unset - exiting"; exit 1; fi
|
if [ -z "${SAUCE_ACCESS_KEY}" ]; then echo "SAUCE_ACCESS_KEY is unset - exiting"; exit 1; fi
|
||||||
|
|
||||||
curl https://saucelabs.com/downloads/sc-4.5.4-linux.tar.gz > /tmp/sauce.tar.gz
|
curl https://saucelabs.com/downloads/sc-4.6.2-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