kit-image-deployer
Advanced tools
Comparing version 3.1.3 to 3.1.4
{ | ||
"name": "kit-image-deployer", | ||
"version": "3.1.3", | ||
"version": "3.1.4", | ||
"description": "A service that can be used to update given yaml files within a git repository with a new docker image path.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -56,3 +56,3 @@ "use strict"; | ||
var config = yaml.safeLoad(rawConfig); | ||
imageFilePath = path.join(config.images.path, self.options.docker.repo, branch + ".yaml"); | ||
imageFilePath = path.join(config.images.path.replace(/^\//, ""), self.options.docker.repo, branch + ".yaml"); | ||
property = config.images.property; | ||
@@ -59,0 +59,0 @@ |
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
13541