JSON structure fixes

This commit is contained in:
Jyotsna
2020-11-23 15:37:13 +05:30
parent 27085d52d5
commit 9458d67ac6
4 changed files with 35 additions and 36 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ function getFilePathsConfigs() {
let helmChartPaths = [];
if (process.env.HELM_CHART_PATHS) {
helmChartPaths = process.env.HELM_CHART_PATHS.split('\n');
helmChartPaths.filter(val => val != "");
helmChartPaths.splice(-1);
}
filePathsConfig[HELM_CHART_KEY] = helmChartPaths;
//Fetch labels from each image