From e9734ce895131e17f4e00da851411aeb25dd7043 Mon Sep 17 00:00:00 2001 From: Leander van Dinteren Date: Mon, 18 Nov 2019 14:29:44 +0100 Subject: [PATCH] Remove stray export of BASE_DIR --- build.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.sh b/build.sh index 1b22148..d93d4dc 100755 --- a/build.sh +++ b/build.sh @@ -180,8 +180,6 @@ export TIMEZONE_DEFAULT="${TIMEZONE_DEFAULT:-Europe/London}" export GIT_HASH=${GIT_HASH:-"$(git rev-parse HEAD)"} -export BASE_DIR - export CLEAN export IMG_NAME export APT_PROXY