Skip to content

Commit

Permalink
Merge pull request #114 from rlcee/gh_240201
Browse files Browse the repository at this point in the history
add new trig repo as default part of all CI builds
  • Loading branch information
rlcee authored Feb 2, 2024
2 parents c911be0 + 591bb7d commit 9a6e7e7
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 9a6e7e7

Please sign in to comment.