Commit e18c9639 authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #13908 from mesosphere/speedup-mesos-docker-build

Auto commit by PR queue bot
parents a204f315 d1f55875
...@@ -67,7 +67,7 @@ echo "Copying files to workspace" ...@@ -67,7 +67,7 @@ echo "Copying files to workspace"
mkdir -p "${workspace}/bin" mkdir -p "${workspace}/bin"
#cp "${script_dir}/bin/"* "${workspace}/bin/" #cp "${script_dir}/bin/"* "${workspace}/bin/"
cp "${common_bin_path}/"* "${workspace}/bin/" cp "${common_bin_path}/"* "${workspace}/bin/"
cp "${kube_bin_path}/"* "${workspace}/bin/" cp "${kube_bin_path}/km" "${workspace}/bin/"
# config # config
mkdir -p "${workspace}/opt" 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