Skip to content

Commit e2c767f

Browse files
committed
fix: e2e ci tests
Signed-off-by: Ivo Yankov <[email protected]>
1 parent 27cd606 commit e2c767f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/script/update_md.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,4 @@ sed -i 's/\[33m//g' ${TARGET_FILE}
8989
sed -i 's/\[39m//g' ${TARGET_FILE}
9090
egrep -v '↓|❯|•' ${TARGET_FILE} > ${TARGET_FILE}.tmp && mv ${TARGET_FILE}.tmp ${TARGET_FILE}
9191

92-
popd
9392
set +x

src/commands/explorer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ export class ExplorerCommand extends BaseCommand {
253253
'chartDirectory',
254254
]) as ExplorerDeployConfigClass;
255255

256-
context_.config.chartDirectory += self.explorerConfig.explorerConfig.helmChart.directory;
256+
context_.config.chartDirectory = self.explorerConfig.explorerConfig.helmChart.directory;
257257
context_.config.valuesArg += await self.prepareValuesArg(context_.config);
258258
context_.config.clusterContext = context_.config.clusterRef
259259
? this.localConfig.configuration.clusterRefs.get(context_.config.clusterRef)?.toString()

0 commit comments

Comments
 (0)