Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/parse-logs.sh')
-rw-r--r--scripts/parse-logs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/parse-logs.sh b/scripts/parse-logs.sh
index 1c2fb7149..69bdc49b1 100644
--- a/scripts/parse-logs.sh
+++ b/scripts/parse-logs.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