Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-09-16 17:37:42 +0000
committerDavid Williams2014-09-16 17:37:42 +0000
commitddef9182fc3028b98a71d7218255a18fd75585dc (patch)
treebe60ed2c66e802b30cb72c8d924dcb3925039545 /production/publish-eclipse.sh
parent3ae58b3b60c60bceb449c3bde03544428e708f21 (diff)
downloadeclipse.platform.releng.aggregator-ddef9182fc3028b98a71d7218255a18fd75585dc.tar.gz
eclipse.platform.releng.aggregator-ddef9182fc3028b98a71d7218255a18fd75585dc.tar.xz
eclipse.platform.releng.aggregator-ddef9182fc3028b98a71d7218255a18fd75585dc.zip
Bug 444274 - Failed to publish I20140916-0800 build
Diffstat (limited to 'production/publish-eclipse.sh')
-rw-r--r--production/publish-eclipse.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/production/publish-eclipse.sh b/production/publish-eclipse.sh
index 4446fda69..5b3a85a00 100644
--- a/production/publish-eclipse.sh
+++ b/production/publish-eclipse.sh
@@ -12,13 +12,14 @@ if [ ! -r "$1" ]; then
exit 1
fi
+source "$1"
+
SCRIPT_PATH=${SCRIPT_PATH:-$(pwd)}
-source $SCRIPT_PATH/build-functions.shsource
+cd $BUILD_ROOT
-source "$1"
+source $SCRIPT_PATH/build-functions.shsource
-cd $BUILD_ROOT
# derived values
gitCache=$( fn-git-cache "$BUILD_ROOT")

Back to the top