mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-03 13:30:26 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user