Skip to content

Commit 9634c86

Browse files
Remove unnecessary config change
This change was introduced by PR joshuaflanagan#17 (ab3a6ad) but fixed in joshuaflanagan#18. Manually applying the fix, and closing the other PR.
1 parent ab3a6ad commit 9634c86

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

index.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ class PackageRubyBundlePlugin {
1414
},
1515
(
1616
this.serverless.service.custom &&
17-
this.serverless.service.custom.rubyPackage,
18-
this.serverless.service.custom &&
19-
this.serverless.service.custom.dockerImage
17+
this.serverless.service.custom.rubyPackage
2018
) || {}
2119
);
2220
// give precedence to environment variable, if set

0 commit comments

Comments
 (0)