We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b29ec1 commit 9dcc00eCopy full SHA for 9dcc00e
1 file changed
travis-scripts/run-tests.sh
@@ -13,7 +13,9 @@ if [[ "$skip_tests" != "true" ]]; then
13
sudo -E ../travis-scripts/install-microclimate.sh
14
fi
15
16
- export CODE_TESTS_WORKSPACE="${HOME}/microclimate-workspace/"
+ if [[ -z "$CODE_TESTS_WORKSPACE" ]]; then
17
+ export CODE_TESTS_WORKSPACE="${HOME}/microclimate-workspace/"
18
+ fi
19
20
# Move node to somewhere that can be found on root user's PATH
21
# https://stackoverflow.com/a/29903645/
0 commit comments