From 591bb7d42caa9d6ae035589567fa5501433a6026 Mon Sep 17 00:00:00 2001 From: Ray Culbertson Date: Thu, 1 Feb 2024 20:23:14 -0600 Subject: [PATCH] add new trig repo as default part of all builds --- bin/gh_pr_bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/gh_pr_bootstrap.sh b/bin/gh_pr_bootstrap.sh index 42f0933..679c938 100644 --- a/bin/gh_pr_bootstrap.sh +++ b/bin/gh_pr_bootstrap.sh @@ -8,7 +8,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" export JENKINS_TESTS_DIR="$DIR/github/jenkins_tests" export CLANGTOOLS_UTIL_DIR="$DIR/../clangtools_utilities" export TESTSCRIPT_DIR="$JENKINS_TESTS_DIR/$1" -export REQUIRED_BUILD_REPOS_SHORT=("Offline" "Production") +export REQUIRED_BUILD_REPOS_SHORT=("Offline" "Production" "mu2e_trig_config") export GH_COMMON_SCRIPT="$DIR/github/github_common.sh" # if the PR is trying to merge into this branch, make sure all other repos