We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c911be0 + 591bb7d commit 9a6e7e7Copy full SHA for 9a6e7e7
bin/gh_pr_bootstrap.sh
@@ -8,7 +8,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
8
export JENKINS_TESTS_DIR="$DIR/github/jenkins_tests"
9
export CLANGTOOLS_UTIL_DIR="$DIR/../clangtools_utilities"
10
export TESTSCRIPT_DIR="$JENKINS_TESTS_DIR/$1"
11
-export REQUIRED_BUILD_REPOS_SHORT=("Offline" "Production")
+export REQUIRED_BUILD_REPOS_SHORT=("Offline" "Production" "mu2e_trig_config")
12
export GH_COMMON_SCRIPT="$DIR/github/github_common.sh"
13
14
# if the PR is trying to merge into this branch, make sure all other repos
0 commit comments