blob: b05d02c5bef84db44bfe495dbbd2db89e2c50718 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
_OVERLAY_BRANCH=clean-transp-state
if [ "$CI_PULL_REQUEST" = "7925" ] || [ "$CI_BRANCH" = "$_OVERLAY_BRANCH" ]; then
unicoq_CI_REF="$_OVERLAY_BRANCH"
unicoq_CI_GITURL=https://github.com/ppedrot/unicoq
equations_CI_REF="$_OVERLAY_BRANCH"
equations_CI_GITURL=https://github.com/ppedrot/Coq-Equations
mtac2_CI_REF="$_OVERLAY_BRANCH"
mtac2_CI_GITURL=https://github.com/ppedrot/Mtac2
fi
|