Commit d1f55875 authored by Dr. Stefan Schimanski's avatar Dr. Stefan Schimanski

Only km is needed in mesos-docker km container

parent 86b4e777
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment