blob: c9ddb3fb9fe2b6746beded72d24e9bce10b7e625 (
plain)
1
2
3
4
5
6
7
8
9
|
if [ "$CI_PULL_REQUEST" = "11922" ] || [ "$CI_BRANCH" = "rm-local-reductionops" ]; then
equations_CI_REF="rm-local-reductionops"
equations_CI_GITURL=https://github.com/ppedrot/Coq-Equations
unicoq_CI_REF="rm-local-reductionops"
unicoq_CI_GITURL=https://github.com/ppedrot/unicoq
fi
|