serverless-plugin-ci-build
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -52,2 +52,3 @@ 'use strict'; | ||
const serviceName = this.serverless.service.service; | ||
const buildPluginCfTemplateFileName = this.buildPlugin.cfTemplateFileName || 'cloudformation-template-update-stack.json.j2'; | ||
@@ -70,3 +71,3 @@ const replacer = (key, value) => { | ||
const buildPluginDir = this.buildPlugin.buildDirectory || '.buildPlugin'; | ||
const templatePath = path.join(buildPluginDir, `${serviceName}.json.j2`); | ||
const templatePath = path.join(buildPluginDir, buildPluginCfTemplateFileName); | ||
@@ -73,0 +74,0 @@ // Create buildPlugin deployment directory |
{ | ||
"name": "serverless-plugin-ci-build", | ||
"description": "Serverless Framework Plugin that creates Jinja2 template from CloudFormation templates", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "author": "Eetu Tuomala", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5944
104