Skip to content

Commit 03e88ff

Browse files
devversionjelbourn
authored andcommitted
build: update saucelabs tunnel binary (#3658)
* Updates the Saucelabs Tunnel connector to the latest version (4.4.5)
1 parent 5197906 commit 03e88ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/saucelabs/start-tunnel.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e -o pipefail
44

5-
TUNNEL_FILE="sc-4.4.3-linux.tar.gz"
5+
TUNNEL_FILE="sc-4.4.5-linux.tar.gz"
66
TUNNEL_URL="https://saucelabs.com/downloads/$TUNNEL_FILE"
77
TUNNEL_DIR="/tmp/saucelabs-connect"
88

@@ -41,4 +41,4 @@ echo " $TUNNEL_LOG"
4141
echo " ---"
4242
echo " $ARGS"
4343

44-
sauce-connect/bin/sc -u $SAUCE_USERNAME -k $SAUCE_ACCESS_KEY $ARGS --logfile $TUNNEL_LOG &
44+
sauce-connect/bin/sc -u $SAUCE_USERNAME -k $SAUCE_ACCESS_KEY $ARGS --logfile $TUNNEL_LOG &

0 commit comments

Comments
 (0)