There was an error while loading. Please reload this page.
1 parent 8427863 commit 3b609fbCopy full SHA for 3b609fb
scripts/ci/after-script.sh
@@ -2,9 +2,13 @@
2
set -e -o pipefail
3
4
echo '*******************'
5
-echo '** AFTER_SUCCESS **'
+echo '** AFTER_SCRIPT **'
6
7
8
+if [ "$MODE" = "saucelabs" ]; then
9
+ ./scripts/sauce/sauce_connect_teardown.sh
10
+fi
11
+
12
13
echo '---------------------'
14
echo '-- WAIT FOR OTHERS --'
scripts/sauce/sauce_connect_teardown.sh
@@ -0,0 +1,7 @@
1
+#!/bin/bash
+set -e -o pipefail
+echo "Shutting down Sauce Connect tunnel"
+killall sc
0 commit comments