From 2ba3e06f4e069e7269a7b264be62bebbefe260c9 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Thu, 8 Oct 2015 13:16:52 -0400 Subject: [PATCH] Revert "Merge pull request #253 from ojacobson/preserve-original-build-dir" This reverts commit 1e5ff1f8c926e3405679477519aa33da1874dc11, reversing changes made to 83538ca6ecbdcf5802634aacaa1c2c3d98fd297e. --- bin/compile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/compile b/bin/compile index ffbf1e04..079b5b82 100755 --- a/bin/compile +++ b/bin/compile @@ -83,7 +83,7 @@ if [[ ! "$DOCKER_BUILD" ]]; then # Copy Application code in. bpwatch start appdir_stage - deep-cp $BUILD_DIR $APP_DIR + deep-mv $BUILD_DIR $APP_DIR bpwatch stop appdir_stage fi @@ -218,7 +218,6 @@ bpwatch stop dump_cache if [[ ! "$DOCKER_BUILD" ]]; then bpwatch start appdir_commit - rm -rf $ORIG_BUILD_DIR deep-mv $BUILD_DIR $ORIG_BUILD_DIR bpwatch stop appdir_commit -- GitLab