Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/master-build.sh')
-rw-r--r--scripts/master-build.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/master-build.sh b/scripts/master-build.sh
index ba7bcc88a..08ed0b20b 100644
--- a/scripts/master-build.sh
+++ b/scripts/master-build.sh
@@ -41,9 +41,6 @@ gitCache=$( fn-git-cache "$BUILD_ROOT" "$BRANCH" )
aggDir=$( fn-git-dir "$gitCache" "$AGGREGATOR_REPO" )
export LOCAL_REPO="${BUILD_ROOT}"/localMavenRepo
-# Just in case it doesn't exist yet
-mkdir -p ${TMP_DIR}
-
# These variables, from original env file, are re-written to BUILD_ENV_FILE,
# with values for this build (some of them computed) partially for documentation, and
# partially so this build can be re-ran or re-started using it, instead of

Back to the top