serverless-fargate-tasks
Advanced tools
Comparing version 0.0.8 to 0.1.0
@@ -39,5 +39,6 @@ 'use strict'; | ||
var name = this.provider.naming.normalizeNameToAlphaNumericOnly(identifier); | ||
consoleLog(identifier); | ||
consoleLog(name); | ||
consoleLog(options.tasks[identifier]); | ||
if (debug) consoleLog(yellow('Processing ' + identifier)); | ||
// consoleLog(identifier); | ||
// consoleLog(name); | ||
// consoleLog(options.tasks[identifier]); | ||
@@ -51,3 +52,3 @@ // get all override values, if they exists | ||
consoleLog(override); | ||
// consoleLog(override); | ||
if (!override.hasOwnProperty('role')) { | ||
@@ -54,0 +55,0 @@ // check if the default role can be assumed by ecs, if not, make it so |
@@ -17,3 +17,3 @@ { | ||
}, | ||
"version": "0.0.8" | ||
"version": "0.1.0" | ||
} |
8358
129