Comparing version 0.0.6 to 0.0.7
@@ -56,3 +56,3 @@ var crypto = require('crypto'); | ||
//if we use customer dockerfile, we don't have an image per repo, we have an image per sha. | ||
var forRepo = useDockerfileFromRepo ? withSha : calcHash(''); | ||
var forRepo = useDockerfileFromRepo ? forRevision : calcHash(''); | ||
@@ -59,0 +59,0 @@ return { |
{ | ||
"name": "cf-common", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "common modules for codefresh runtime and api", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
2553