Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'production/update-build-input.sh')
-rw-r--r--production/update-build-input.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/update-build-input.sh b/production/update-build-input.sh
index 465f178f1..1f43bcca0 100644
--- a/production/update-build-input.sh
+++ b/production/update-build-input.sh
@@ -24,7 +24,7 @@ cd $BUILD_ROOT
# derived values
gitCache=$( fn-git-cache "$BUILD_ROOT" "$BRANCH" )
aggDir=$( fn-git-dir "$gitCache" "$AGGREGATOR_REPO" )
-repositories=$( echo $STREAMS_PATH/repositories.txt )
+repositories=$( echo $STREAMS_PATH/repositories${PATCH_BUILD}.txt )
repoScript=$( echo $SCRIPT_PATH/git-submodule-checkout.sh )

Back to the top