blob: c399e2773698e469761e9f30cd1754fe9345c195 (
plain)
1
2
3
4
5
6
7
8
9
10
|
_OVERLAY_BRANCH=ho-matching-occ-sel
if [ "$CI_PULL_REQUEST" = "7819" ] || [ "$CI_BRANCH" = "$_OVERLAY_BRANCH" ]; then
unicoq_CI_REF="PR7819-overlay"
mtac2_CI_REF="PR7819-overlay"
mtac2_CI_GITURL=https://github.com/mattam82/Mtac2
fi
|