Commit a781c022 authored by Joe Beda's avatar Joe Beda

Merge pull request #3032 from zmerlynn/testtar

Fix OS X testtar build break
parents 19f0b8b8 a4c4746f
......@@ -602,7 +602,7 @@ function kube::release::package_test_tarball() {
"${release_stage}/platforms/${platform}"
done
cp -R --parents ${KUBE_TEST_PORTABLE[@]} ${release_stage}
tar c ${KUBE_TEST_PORTABLE[@]} | tar x -C ${release_stage}
local package_name="${RELEASE_DIR}/kubernetes-test.tar.gz"
kube::release::create_tarball "${package_name}" "${release_stage}/.."
......
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