Updated Sauce Connect
This commit is contained in:
@@ -64,10 +64,10 @@ jobs:
|
|||||||
name: Install Sauce Connect
|
name: Install Sauce Connect
|
||||||
command: |
|
command: |
|
||||||
cd /tmp
|
cd /tmp
|
||||||
curl https://saucelabs.com/downloads/sc-4.6.4-linux.tar.gz | tar zxf -
|
curl https://saucelabs.com/downloads/sc-4.7.1-linux.tar.gz | tar zxf -
|
||||||
chmod +x sc-4.6.4-linux/bin/sc
|
chmod +x sc-4.7.1-linux/bin/sc
|
||||||
mkdir ~/workspace/bin
|
mkdir ~/workspace/bin
|
||||||
cp sc-4.6.4-linux/bin/sc ~/workspace/bin
|
cp sc-4.7.1-linux/bin/sc ~/workspace/bin
|
||||||
~/workspace/bin/sc --version
|
~/workspace/bin/sc --version
|
||||||
- run:
|
- run:
|
||||||
name: Run tests
|
name: Run tests
|
||||||
|
|||||||
Reference in New Issue
Block a user