Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gather-parts.sh')
-rw-r--r--scripts/gather-parts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gather-parts.sh b/scripts/gather-parts.sh
index 79488a167..a3206b665 100644
--- a/scripts/gather-parts.sh
+++ b/scripts/gather-parts.sh
@@ -33,7 +33,7 @@ if [ -z "$BUILD_ID" ]; then
BUILD_ID=$(fn-build-id "$BUILD_TYPE" )
fi
-buildDirectory=$( fn-build-dir "$BUILD_ROOT" "$BRANCH" "$BUILD_ID" )
+buildDirectory=$( fn-build-dir "$BUILD_ROOT" "$BRANCH" "$BUILD_ID" "$STREAM")
basebuilderDir=$( fn-basebuilder-dir "$BUILD_ROOT" "$BRANCH" "$BASEBUILDER_TAG" )
fn-checkout-basebuilder "$basebuilderDir" "$BASEBUILDER_TAG"

Back to the top