Merge pull request #1739 from jbeda/clean-fix

One more time.
pull/6/head
Joe Beda 2014-10-10 14:16:05 -07:00
commit dea201396f
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ function kube::build::clean_output() {
# Clean out the output directory if it exists. # Clean out the output directory if it exists.
if kube::build::build_image_built ; then if kube::build::build_image_built ; then
echo "+++ Cleaning out _output/ via docker build image" echo "+++ Cleaning out _output/ via docker build image"
kube::build::run_build_command bash -c "rm -rf '${REMOTE_OUTPUT_ROOT}'/*" kube::build::run_build_command bash -c "rm -rf '${REMOTE_OUTPUT_DIR}'/*"
else else
echo "!!! Build image not built. Cannot clean via docker build image." echo "!!! Build image not built. Cannot clean via docker build image."
fi fi