Do not set env vars to kickoff (#923)

* do not set any shared environment vars on test projects

* rename .ci.json to ci.json
This commit is contained in:
Gleb Bahmutov
2017-11-16 14:47:58 -05:00
committed by GitHub
parent cbf1da0802
commit 79d7c8a249
2 changed files with 36 additions and 44 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ remapMain = (projectsByProvider) ->
PROJECTS = remapProjects(_PROVIDERS)
getCiConfig = ->
key = path.join("scripts", "support", ".ci.json")
key = path.join("scripts", "support", "ci.json")
config = configFromEnvOrJsonFile(key)
if !config