Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'production/publish-eclipse.sh')
-rw-r--r--production/publish-eclipse.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/production/publish-eclipse.sh b/production/publish-eclipse.sh
index 5847b8c83..4446fda69 100644
--- a/production/publish-eclipse.sh
+++ b/production/publish-eclipse.sh
@@ -21,7 +21,7 @@ source "$1"
cd $BUILD_ROOT
# derived values
-gitCache=$( fn-git-cache "$BUILD_ROOT" "$BRANCH" )
+gitCache=$( fn-git-cache "$BUILD_ROOT")
aggDir=$( fn-git-dir "$gitCache" "$AGGREGATOR_REPO" )
if [ -z "$BUILD_ID" ]; then
@@ -31,6 +31,7 @@ fi
buildDirectory=$( fn-build-dir "$BUILD_ROOT" "$BUILD_ID" "$STREAM" )
basebuilderDir=$( fn-basebuilder-dir "$BUILD_ROOT" "$BUILD_ID" "$STREAM" )
+printf "/n/tINFO: %s/n" "calling getEBuilderForDropDir.sh from publish-eclipse.sh"
$SCRIPT_PATH/getEBuilderForDropDir.sh $buildDirectory $EBUILDER_HASH
fn-checkout-basebuilder "$basebuilderDir"

Back to the top