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:
Gleb Bahmutov
2017-11-16 14:12:30 -05:00
committed by GitHub
parent 6cd7b6d3d3
commit cbf1da0802
7 changed files with 48 additions and 17 deletions
+1 -1
View File
@@ -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