Removed early return
Signed-off-by: Mani Marothu <manikumar.1215@gmail.com>
This commit is contained in:
parent
0bd9fb3ac5
commit
eaf5c62d71
1 changed files with 0 additions and 1 deletions
|
@ -208,7 +208,6 @@ export const createKubernetesApply = (config: Config) => {
|
|||
],
|
||||
logStream: ctx.logStream,
|
||||
});
|
||||
return;
|
||||
} else {
|
||||
await executeShellCommand({
|
||||
command: 'kubectl',
|
||||
|
|
Loading…
Reference in a new issue