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

Back to the top