Skip to content

Commit

Permalink
Log param
Browse files Browse the repository at this point in the history
  • Loading branch information
Einar Egilsson committed Mar 18, 2020
1 parent a373de8 commit 4e35873
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions beanstalk-deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,14 +261,14 @@ function main() {


console.log(' ***** Input parameters were: ***** ');
console.log(' Application: ' + application);
console.log(' Environment: ' + environmentName);
console.log(' Version Label: ' + versionLabel);
console.log(' AWS Region: ' + awsApiRequest.region);
console.log(' File: ' + file);
console.log(' AWS Access Key: ' + awsApiRequest.accessKey.length + ' characters long, starts with ' + awsApiRequest.accessKey.charAt(0));
console.log(' AWS Secret Key: ' + awsApiRequest.secretKey.length + ' characters long, starts with ' + awsApiRequest.secretKey.charAt(0));

console.log(' Application: ' + application);
console.log(' Environment: ' + environmentName);
console.log(' Version Label: ' + versionLabel);
console.log(' AWS Region: ' + awsApiRequest.region);
console.log(' File: ' + file);
console.log(' AWS Access Key: ' + awsApiRequest.accessKey.length + ' characters long, starts with ' + awsApiRequest.accessKey.charAt(0));
console.log(' AWS Secret Key: ' + awsApiRequest.secretKey.length + ' characters long, starts with ' + awsApiRequest.secretKey.charAt(0));
console.log(' Recovery wait time: ' + waitForRecoverySeconds);
getApplicationVersion(application, versionLabel).then(result => {

expect(200, result);
Expand Down

0 comments on commit 4e35873

Please sign in to comment.