Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2016-03-26 23:00:03 +0000
committerDavid Williams2016-03-26 23:00:03 +0000
commit32d840ba3104e456c0ebc66b55e6bb930a658a2a (patch)
tree74243caa438e1d0101299189ae53c7f713d72551 /production/buildTycho.sh
parent8195a827f5507aced641f260bbc011c00ce3d01d (diff)
downloadeclipse.platform.releng.aggregator-32d840ba3104e456c0ebc66b55e6bb930a658a2a.tar.gz
eclipse.platform.releng.aggregator-32d840ba3104e456c0ebc66b55e6bb930a658a2a.tar.xz
eclipse.platform.releng.aggregator-32d840ba3104e456c0ebc66b55e6bb930a658a2a.zip
Bug 487044 - Migrate some (most) cron jobs to Releng HIPP Instance
This is mostly misc. cleanup. But primarily trying to get "createReports" to work at the end of the build.
Diffstat (limited to 'production/buildTycho.sh')
-rwxr-xr-xproduction/buildTycho.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/buildTycho.sh b/production/buildTycho.sh
index 90f50d237..78e6f9b78 100755
--- a/production/buildTycho.sh
+++ b/production/buildTycho.sh
@@ -9,7 +9,7 @@ then
fi
# Similar for SCRIPT_PATH, relevant here only if local, isolated
# build, else, it is defined elsewhere.
-SCRIPT_PATH=${SCRIPT_PATH:-${PWD}}
+export SCRIPT_PATH=${SCRIPT_PATH:-${PWD}}
TYCHO_MVN_ARGS="-Dmaven.repo.local=$LOCAL_REPO -Dtycho.localArtifacts=ignore"
echo -e "\n\tTYCHO_MVN_ARGS: ${TYCHO_MVN_ARGS}\n"

Back to the top