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
@@ -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,
})