mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 06:27:05 +00:00
Only km is needed in mesos-docker km container
This commit is contained in:
parent
86b4e777e1
commit
d1f558757c
@ -67,7 +67,7 @@ echo "Copying files to workspace"
|
||||
mkdir -p "${workspace}/bin"
|
||||
#cp "${script_dir}/bin/"* "${workspace}/bin/"
|
||||
cp "${common_bin_path}/"* "${workspace}/bin/"
|
||||
cp "${kube_bin_path}/"* "${workspace}/bin/"
|
||||
cp "${kube_bin_path}/km" "${workspace}/bin/"
|
||||
|
||||
# config
|
||||
mkdir -p "${workspace}/opt"
|
||||
|
Loading…
Reference in New Issue
Block a user