blob: f0878202d3ae8c665f5a1cd7ebf79ecf6f412598 (
plain)
1
2
3
4
5
6
7
8
9
|
if [ "$CI_PULL_REQUEST" = "12892" ] || [ "$CI_BRANCH" = "update-s-univs" ]; then
elpi_CI_REF=update-s-univs
elpi_CI_GITURL=https://github.com/SkySkimmer/coq-elpi
equations_CI_REF=update-s-univs
equations_CI_GITURL=https://github.com/SkySkimmer/Coq-Equations
fi
|