blob: 01d3068591ddf56deebd40b414f12f7973abb01d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
if [ "$CI_PULL_REQUEST" = "9909" ] || [ "$CI_BRANCH" = "pretyping-rm-global" ]; then
elpi_CI_REF=pretyping-rm-global
elpi_CI_GITURL=https://github.com/maximedenes/coq-elpi
coqhammer_CI_REF=pretyping-rm-global
coqhammer_CI_GITURL=https://github.com/maximedenes/coqhammer
equations_CI_REF=pretyping-rm-global
equations_CI_GITURL=https://github.com/maximedenes/Coq-Equations
ltac2_CI_REF=pretyping-rm-global
ltac2_CI_GITURL=https://github.com/maximedenes/ltac2
paramcoq_CI_REF=pretyping-rm-global
paramcoq_CI_GITURL=https://github.com/maximedenes/paramcoq
mtac2_CI_REF=pretyping-rm-global
mtac2_CI_GITURL=https://github.com/maximedenes/Mtac2
fi
|