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

orig_build_dir

parent 54b930bb
No related branches found
No related tags found
No related merge requests found
...@@ -87,6 +87,7 @@ fi ...@@ -87,6 +87,7 @@ fi
# Set new context. # Set new context.
ORIG_BUILD_DIR=$BUILD_DIR
BUILD_DIR=$APP_DIR BUILD_DIR=$APP_DIR
# Prepend proper path buildpack use. # Prepend proper path buildpack use.
...@@ -211,6 +212,10 @@ bpwatch stop dump_cache ...@@ -211,6 +212,10 @@ bpwatch stop dump_cache
# ### Fin. # ### Fin.
if [[ ! "$DOCKER_BUILD" ]]; then if [[ ! "$DOCKER_BUILD" ]]; then
bpwatch start appdir_commit
deep-mv $BUILD_DIR $ORIG_BUILD_DIR
bpwatch stop appdir_commit
bpwatch start anvil_appdir_commit bpwatch start anvil_appdir_commit
if [ "$SLUG_ID" ]; then if [ "$SLUG_ID" ]; then
deep-mv $TMP_APP_DIR $APP_DIR deep-mv $TMP_APP_DIR $APP_DIR
......
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