File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1401,7 +1401,7 @@ export class Kubero {
14011401 if ( contextName ) {
14021402 this . kubectl . setCurrentContext ( contextName ) ;
14031403
1404- this . kubectl . createBuild (
1404+ this . kubectl . createBuildJob (
14051405 namespace ,
14061406 appName ,
14071407 pipeline ,
Original file line number Diff line number Diff line change @@ -864,7 +864,7 @@ export class Kubectl {
864864 console . log ( 'ERROR fetching pod by label' ) ;
865865 }
866866 }
867-
867+ /*
868868 public async createBuild(
869869 namespace: string,
870870 appName: string,
@@ -937,7 +937,7 @@ export class Kubectl {
937937 console.log('ERROR creating build job');
938938 }
939939 }
940-
940+ */
941941 public async deployApp ( namespace : string , appName : string , tag : string ) {
942942
943943 let deploymentName = appName + '-kuberoapp-web' ;
You can’t perform that action at this time.
0 commit comments