From 1e147377d5da5baafd768b6bcff1b45e77bb01bc Mon Sep 17 00:00:00 2001 From: BianTanggui Date: Sat, 9 Jul 2022 09:10:42 +0800 Subject: [PATCH] Match-id-d07fc3f7b7b47a682e16096b5427f9620f92ead7 --- build/conf/hook.yaml | 6 ------ build/conf/installhelper.yaml | 6 ------ build/conf/runtime.yaml | 6 ------ 3 files changed, 18 deletions(-) diff --git a/build/conf/hook.yaml b/build/conf/hook.yaml index b8f1c73..209f49a 100644 --- a/build/conf/hook.yaml +++ b/build/conf/hook.yaml @@ -25,9 +25,3 @@ compile: [ "trimpath","{{ systemEnv.workspace }}/ascend-docker-plugin/hook/main.go"], ] output: - files: - include: - - copy: - src: [ "{{ systemEnv.workspace }}/ascend-docker-plugin/hook/main" ] - des: "{{ systemEnv.workspace }}/ascend-docker-plugin/hook/build/ascend-docker-hook" - rename: true \ No newline at end of file diff --git a/build/conf/installhelper.yaml b/build/conf/installhelper.yaml index d83314b..205e041 100644 --- a/build/conf/installhelper.yaml +++ b/build/conf/installhelper.yaml @@ -25,9 +25,3 @@ compile: [ "trimpath", "{{ systemEnv.workspace }}/ascend-docker-plugin/install/deb/src/main.go"], ] output: - files: - include: - - copy: - src: [ "{{ systemEnv.workspace }}/ascend-docker-plugin/install/deb/src/main" ] - des: "{{ systemEnv.workspace }}/ascend-docker-plugin/build/helper/build/ascend-docker-plugin-install-helper" - rename: true \ No newline at end of file diff --git a/build/conf/runtime.yaml b/build/conf/runtime.yaml index 50f89aa..d255704 100644 --- a/build/conf/runtime.yaml +++ b/build/conf/runtime.yaml @@ -25,9 +25,3 @@ compile: [ "trimpath", "{{ systemEnv.workspace }}/ascend-docker-plugin/runtime/main.go" ], ] output: - files: - include: - - copy: - src: [ "{{ systemEnv.workspace }}/ascend-docker-plugin/runtime/main" ] - des: "{{ systemEnv.workspace }}/ascend-docker-plugin/runtime/build/ascend-docker-runtime" - rename: true \ No newline at end of file