Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'production')
-rwxr-xr-xproduction/master-build.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/production/master-build.sh b/production/master-build.sh
index c7dc15859..9627e571b 100755
--- a/production/master-build.sh
+++ b/production/master-build.sh
@@ -483,8 +483,6 @@ else
echo "No repo published, since BUILD_FAILED"
fi
-${SCRIPT_PATH}/reports/jdepsReport.sh ${BUILD_ROOT}/siteDir/updates/${STREAMMajor}.${STREAMMinor}-${BUILD_TYPE}-builds/${BUILD_ID}/ ${logsDirectory}/jdepsReport.txt
-
#For now, only "publish equinox and promote" if N, I or M build, skip if P, X, or Y
# TODO: probably never need to promote equinox, for patch build?

Back to the top