Skip to content
Snippets Groups Projects
Commit 2ba3e06f authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

Revert "Merge pull request #253 from ojacobson/preserve-original-build-dir"

This reverts commit 1e5ff1f8, reversing
changes made to 83538ca6.
parent 6d78f7e3
No related branches found
No related tags found
No related merge requests found
...@@ -83,7 +83,7 @@ if [[ ! "$DOCKER_BUILD" ]]; then ...@@ -83,7 +83,7 @@ if [[ ! "$DOCKER_BUILD" ]]; then
# Copy Application code in. # Copy Application code in.
bpwatch start appdir_stage bpwatch start appdir_stage
deep-cp $BUILD_DIR $APP_DIR deep-mv $BUILD_DIR $APP_DIR
bpwatch stop appdir_stage bpwatch stop appdir_stage
fi fi
...@@ -218,7 +218,6 @@ bpwatch stop dump_cache ...@@ -218,7 +218,6 @@ bpwatch stop dump_cache
if [[ ! "$DOCKER_BUILD" ]]; then if [[ ! "$DOCKER_BUILD" ]]; then
bpwatch start appdir_commit bpwatch start appdir_commit
rm -rf $ORIG_BUILD_DIR
deep-mv $BUILD_DIR $ORIG_BUILD_DIR deep-mv $BUILD_DIR $ORIG_BUILD_DIR
bpwatch stop appdir_commit bpwatch stop appdir_commit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment