kube-workflow
Advanced tools
Comparing version 1.7.5 to 1.7.6
{ | ||
"name": "kube-workflow", | ||
"version": "1.7.5", | ||
"version": "1.7.6", | ||
"repository": "git@github.com:SocialGouv/kube-workflow.git", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -74,5 +74,3 @@ const os = require("os") | ||
if (await fs.pathExists(workspaceKubeworkflowPath)) { | ||
await fs.copy(workspaceKubeworkflowPath, buildKubeworkflowPath, { | ||
dereference: true, | ||
}) | ||
await fs.copy(workspaceKubeworkflowPath, buildKubeworkflowPath) | ||
} | ||
@@ -148,3 +146,3 @@ | ||
const chartNames = await getDirectories(`${KUBEWORKFLOW_PATH}/charts`) | ||
const filesPath = `${workspaceKubeworkflowPath}/files}` | ||
const filesPath = `${KWBUILD_PATH}/.kube-workflow/files` | ||
if (await fs.pathExists(filesPath)){ | ||
@@ -151,0 +149,0 @@ await Promise.all([ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
310516
1136