use bumpercar with buildkite that can split name

This commit is contained in:
Gleb Bahmutov
2017-10-23 15:30:35 -04:00
parent fc56a7cce1
commit f0814cc522
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
]
},
"devDependencies": {
"@cypress/bumpercar": "^1.2.2",
"@cypress/bumpercar": "^1.3.0",
"@cypress/env-or-json-file": "^1.2.0",
"@cypress/npm-run-all": "^4.0.4",
"@cypress/questions-remain": "^1.0.1",
+1 -1
View File
@@ -166,7 +166,7 @@ module.exports = {
"missing next version to set", version)
updateProject = (project, provider) ->
console.log("setting environment variables in", project)
console.log("setting %s environment variables in project %s", provider, project)
car.updateProjectEnv(project, provider, {
NEXT_DEV_VERSION: version,
})