blob: 3a2f4e1001b2f9cfa9e5376a91c31a6a36774c6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
if [ "$CI_PULL_REQUEST" = "10434" ] || [ "$CI_BRANCH" = "proof+hook_record" ]; then
equations_CI_REF=proof+hook_record
equations_CI_GITURL=https://github.com/ejgallego/Coq-Equations
mtac2_CI_REF=proof+hook_record
mtac2_CI_GITURL=https://github.com/ejgallego/Mtac2
paramcoq_CI_REF=proof+hook_record
paramcoq_CI_GITURL=https://github.com/ejgallego/paramcoq
fi
|