Bug fixes (#19)

This commit is contained in:
Udith Indrakantha
2022-11-16 16:32:15 +05:30
committed by GitHub
parent d60bc7989e
commit 08a8432e2a
4 changed files with 5 additions and 899 deletions

View File

@@ -1,5 +1,4 @@
const fs = require('fs');
const path = require('path');
const appenv = require('../appenv');
const { exec } = require('./child-proc');
const {
@@ -9,8 +8,7 @@ const {
executeOnContainer,
teardownDeploymentCluster,
isExists,
updateDockerImages,
archiveDirectory
updateDockerImages
} = require('./common');
const { success, error, info, warn } = require('./logger');
@@ -149,7 +147,6 @@ module.exports = {
version,
codeGen,
deploy,
bundle,
clean,
logs,
start,