mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-22 07:00:22 -05:00
use bumpercar with buildkite that can split name
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
@@ -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,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user