Match-id-d07fc3f7b7b47a682e16096b5427f9620f92ead7

This commit is contained in:
BianTanggui
2022-07-09 09:10:42 +08:00
parent ba074ae6ed
commit 1e147377d5
3 changed files with 0 additions and 18 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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