Skip to content

Commit e415041

Browse files
authored
ci(circle): comment out sauce-connect
1 parent 23dc334 commit e415041

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Diff for: circle.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ dependencies:
1717
# builds. If you need to, you can add custom paths to cache:
1818
cache_directories:
1919
- "test/fixtures/node_modules"
20-
post:
21-
- wget https://saucelabs.com/downloads/sc-latest-linux.tar.gz
22-
- tar -xzf sc-latest-linux.tar.gz
20+
# post:
21+
# - wget https://saucelabs.com/downloads/sc-latest-linux.tar.gz
22+
# - tar -xzf sc-latest-linux.tar.gz
2323

2424
## Custom notifications
2525
#notify:
@@ -29,11 +29,11 @@ notify:
2929
# gitter hook
3030
- url: https://webhooks.gitter.im/e/ac3980c61cb722b9e789
3131

32-
test:
33-
pre:
34-
- cd sc-*-linux && ./bin/sc --user $SAUCE_USERNAME --api-key $SAUCE_ACCESS_KEY --readyfile ~/sauce_is_ready:
35-
background: true
36-
# Wait for tunnel to be ready
37-
- while [ ! -e ~/sauce_is_ready ]; do sleep 1; done
38-
post:
39-
- killall --wait sc # wait for Sauce Connect to close the tunnel
32+
#test:
33+
# pre:
34+
# - cd sc-*-linux && ./bin/sc --user $SAUCE_USERNAME --api-key $SAUCE_ACCESS_KEY --readyfile ~/sauce_is_ready:
35+
# background: true
36+
# # Wait for tunnel to be ready
37+
# - while [ ! -e ~/sauce_is_ready ]; do sleep 1; done
38+
# post:
39+
# - killall --wait sc # wait for Sauce Connect to close the tunnel

0 commit comments

Comments
 (0)