Skip to content

Commit e986ec2

Browse files
committed
use the right options
1 parent dcc3e66 commit e986ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class ServerlessFargateTasks {
110110
let desired = options.tasks[identifier]['desired']
111111

112112
// create the service definition
113-
if (!options.tasks[identifier]) {
113+
if (!options.tasks[identifier].noService) {
114114
const service = {
115115
'Type': 'AWS::ECS::Service',
116116
'Properties': Object.assign({

0 commit comments

Comments
 (0)