mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-29 03:09:53 -05:00
Separate bump next version command (#922)
* set set-next-ci-version script command * use current package.json version when asking for next one * showing actual error response from buildkite * rename .aws-credentials.json to just aws-credentials.json file * rename aws_credentials_json on appveyor
This commit is contained in:
@@ -22,7 +22,7 @@ formHashFromEnvironment = () ->
|
||||
throw new Error("Do not know how to form unique build hash on this CI")
|
||||
|
||||
getS3Credentials = () ->
|
||||
key = path.join('scripts', 'support', '.aws-credentials.json')
|
||||
key = path.join('scripts', 'support', 'aws-credentials.json')
|
||||
config = configFromEnvOrJsonFile(key)
|
||||
|
||||
if !config
|
||||
|
||||
Reference in New Issue
Block a user