From 921a4c31a800093289459ed4016667b06c4d7d0e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Tue, 13 Oct 2015 10:31:39 -0400 Subject: [PATCH] back to deep mv --- bin/compile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/compile b/bin/compile index e5bb4a7b..1764e23a 100755 --- a/bin/compile +++ b/bin/compile @@ -213,12 +213,12 @@ if [[ ! "$DOCKER_BUILD" ]]; then bpwatch start appdir_commit deep-rm $ORIG_BUILD_DIR - deep-cp $BUILD_DIR $ORIG_BUILD_DIR + deep-mv $BUILD_DIR $ORIG_BUILD_DIR bpwatch stop appdir_commit bpwatch start anvil_appdir_commit if [ "$SLUG_ID" ]; then - deep-cp $TMP_APP_DIR $APP_DIR + deep-mv $TMP_APP_DIR $APP_DIR fi bpwatch stop anvil_appdir_commit -- GitLab