blob: 98530c825ae295c32c04285ce69a76f83e87c717 (
plain)
1
2
3
4
5
6
7
8
9
|
if [ "$CI_PULL_REQUEST" = "8684" ] || [ "$CI_BRANCH" = "kernel-entries-cleanup" ]; then
Elpi_CI_REF=kernel-entries-cleanup
Elpi_CI_GITURL=https://github.com/maximedenes/coq-elpi
Equations_CI_REF=kernel-entries-cleanup
Equations_CI_GITURL=https://github.com/maximedenes/Coq-Equations
fi
|