Commit 921a4c31 authored by Kenneth Reitz's avatar Kenneth Reitz

back to deep mv

parent 67063fc3
...@@ -213,12 +213,12 @@ if [[ ! "$DOCKER_BUILD" ]]; then ...@@ -213,12 +213,12 @@ if [[ ! "$DOCKER_BUILD" ]]; then
bpwatch start appdir_commit bpwatch start appdir_commit
deep-rm $ORIG_BUILD_DIR deep-rm $ORIG_BUILD_DIR
deep-cp $BUILD_DIR $ORIG_BUILD_DIR deep-mv $BUILD_DIR $ORIG_BUILD_DIR
bpwatch stop appdir_commit bpwatch stop appdir_commit
bpwatch start anvil_appdir_commit bpwatch start anvil_appdir_commit
if [ "$SLUG_ID" ]; then if [ "$SLUG_ID" ]; then
deep-cp $TMP_APP_DIR $APP_DIR deep-mv $TMP_APP_DIR $APP_DIR
fi fi
bpwatch stop anvil_appdir_commit bpwatch stop anvil_appdir_commit
......
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