blob: 8b223719ea0554740eec50487da6b205eb76c0a4 (
plain)
1
2
3
4
5
6
7
8
9
|
if [ "$CI_PULL_REQUEST" = "13075" ] || [ "$CI_BRANCH" = "explicit-names-quotient" ]; then
elpi_CI_REF=explicit-names-quotient
elpi_CI_GITURL=https://github.com/ppedrot/coq-elpi
coq_dpdgraph_CI_REF=explicit-names-quotient
coq_dpdgraph_CI_GITURL=https://github.com/ppedrot/coq-dpdgraph
fi
|