Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'cje-production/master-build.sh')
-rwxr-xr-xcje-production/master-build.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/cje-production/master-build.sh b/cje-production/master-build.sh
index 40887aa6e..1b4e8595d 100755
--- a/cje-production/master-build.sh
+++ b/cje-production/master-build.sh
@@ -18,7 +18,7 @@ source $CJE_ROOT/scripts/common-functions.shsource
chmod +x mbscripts/*
-logDir=$CJE_ROOT/siteDir/buildlogs
+logDir=$CJE_ROOT/$TMP_DIR/buildlogs
mkdir -p $logDir
pushd mbscripts
@@ -33,7 +33,6 @@ wait
source $CJE_ROOT/buildproperties.shsource
cp -r $logDir/* $CJE_ROOT/$DROP_DIR/$BUILD_ID/buildlogs/.
-rm -rf $logDir
cp $CJE_ROOT/buildproperties.txt $CJE_ROOT/$DROP_DIR/$BUILD_ID
mv $CJE_ROOT/buildproperties.php $CJE_ROOT/$DROP_DIR/$BUILD_ID
mv $CJE_ROOT/buildproperties.properties $CJE_ROOT/$DROP_DIR/$BUILD_ID

Back to the top