Skip to content

Commit

Permalink
add new trig repo as default part of all builds
Browse files Browse the repository at this point in the history
  • Loading branch information
rlcee committed Feb 2, 2024
1 parent c911be0 commit 591bb7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/gh_pr_bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 591bb7d

Please sign in to comment.