This is an automated email from the ASF dual-hosted git repository.

zihaoxiang pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 5ec9085113 fix: do not override k8sConfigYaml in 
ShShellInterceptorBuilder (#14682)
5ec9085113 is described below

commit 5ec9085113c989c06a23d0e6820627b147dad15e
Author: Aaron Wang <[email protected]>
AuthorDate: Wed Aug 2 18:01:34 2023 +0800

    fix: do not override k8sConfigYaml in ShShellInterceptorBuilder (#14682)
    
    Co-authored-by: xiangzihao <[email protected]>
---
 .../plugin/task/api/shell/sh/ShShellInterceptorBuilder.java          | 5 -----
 1 file changed, 5 deletions(-)

diff --git 
a/dolphinscheduler-task-plugin/dolphinscheduler-task-api/src/main/java/org/apache/dolphinscheduler/plugin/task/api/shell/sh/ShShellInterceptorBuilder.java
 
b/dolphinscheduler-task-plugin/dolphinscheduler-task-api/src/main/java/org/apache/dolphinscheduler/plugin/task/api/shell/sh/ShShellInterceptorBuilder.java
index cef1e5843a..8f15b543d0 100644
--- 
a/dolphinscheduler-task-plugin/dolphinscheduler-task-api/src/main/java/org/apache/dolphinscheduler/plugin/task/api/shell/sh/ShShellInterceptorBuilder.java
+++ 
b/dolphinscheduler-task-plugin/dolphinscheduler-task-api/src/main/java/org/apache/dolphinscheduler/plugin/task/api/shell/sh/ShShellInterceptorBuilder.java
@@ -31,11 +31,6 @@ public class ShShellInterceptorBuilder
         return new ShShellInterceptorBuilder();
     }
 
-    @Override
-    public ShShellInterceptorBuilder k8sConfigYaml(String k8sConfigYaml) {
-        return null;
-    }
-
     @Override
     public ShShellInterceptor build() throws IOException {
         generateShellScript();

Reply via email to