Skip to content

Commit 93e5c3c

Browse files
committed
separate env_vars based on the context
1 parent 41864d6 commit 93e5c3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/env_vars.sh.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
SAUCELABS_USER=""
44
SAUCELABS_KEY=""
55
export CODEBENDER_SELENIUM_HUB_URL=http://${SAUCELABS_USER}:${SAUCELABS_KEY}@ondemand.saucelabs.com:80/wd/hub
6+
67
export CODEBENDER_TEST_USER=""
78
export CODEBENDER_TEST_PASS=""
9+
810
export DISQUS_ACCESS_TOKEN=""
911
export DISQUS_API_SECRET=""
1012
export DISQUS_API_PUBLIC=""

0 commit comments

Comments
 (0)