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