mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-21 22:49:16 -05:00
root: check for .aws-credentials to conform to other scripts
This commit is contained in:
@@ -47,7 +47,7 @@ module.exports = {
|
||||
}
|
||||
|
||||
getAwsObj: ->
|
||||
fs.readJsonSync(path.join(__dirname, "support", "aws-credentials.json"))
|
||||
fs.readJsonSync(path.join(__dirname, "support", ".aws-credentials.json"))
|
||||
|
||||
# store uploaded application in subfolders by platform and version
|
||||
# something like desktop/0.20.1/osx64/
|
||||
|
||||
Reference in New Issue
Block a user