From bf202224b7ac49a4bdda26b85b92ba22799cfc52 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Tue, 5 May 2015 18:25:12 -0700 Subject: [PATCH] buildpack cleanup --- bin/compile | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/compile b/bin/compile index 35c75e22..4f47a490 100755 --- a/bin/compile +++ b/bin/compile @@ -210,9 +210,6 @@ bpwatch stop dump_cache # ### Fin. if [[ ! "$DOCKER_BUILD" ]]; then - bpwatch start appdir_commit - deep-mv $BUILD_DIR $ORIG_BUILD_DIR - bpwatch stop appdir_commit bpwatch start anvil_appdir_commit if [ "$SLUG_ID" ]; then -- GitLab