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/get-aggregator.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/get-aggregator.sh')
-rwxr-xr-xproduction/get-aggregator.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/get-aggregator.sh b/production/get-aggregator.sh
index 2d141b05e..01cf6e1dd 100755
--- a/production/get-aggregator.sh
+++ b/production/get-aggregator.sh
@@ -16,7 +16,7 @@ fi
source "$1"
-SCRIPT_PATH=${SCRIPT_PATH:-$(pwd)}
+export SCRIPT_PATH=${SCRIPT_PATH:-$(pwd)}
source $SCRIPT_PATH/build-functions.shsource

Back to the top