blob: 3407c2db3969160002e33a7bb356e35138193206 (
plain)
1
2
3
4
5
6
|
if [ "$CI_PULL_REQUEST" = "13028" ] || [ "$CI_BRANCH" = "master+fix-quotations-printing" ]; then
equations_CI_REF=master+adapt-coq-pr13028-quotation-qualifier-printing
equations_CI_GITURL=https://github.com/herbelin/Coq-Equations
fi
|