blob: dc39ea5ef0c8bd7ce08d84f33a1100b6361ef4c3 (
plain)
1
2
3
4
5
6
7
|
if [ "$CI_PULL_REQUEST" = "8893" ] || [ "$CI_BRANCH" = "master+moving-evars-of-term-on-econstr" ]; then
equations_CI_BRANCH=master+fix-evars_of_term-pr8893
equations_CI_REF=master+fix-evars_of_term-pr8893
equations_CI_GITURL=https://github.com/herbelin/Coq-Equations
fi
|