blob: 41c2ad6fef3131b1074dcac8b55d7cf4d3c71cbd (
plain)
1
2
3
4
5
6
7
8
9
|
if [ "$CI_PULL_REQUEST" = "8555" ] || [ "$CI_BRANCH" = "rm-section-path" ]; then
ltac2_CI_REF=rm-section-path
ltac2_CI_GITURL=https://github.com/maximedenes/ltac2
Equations_CI_REF=rm-section-path
Equations_CI_GITURL=https://github.com/maximedenes/Coq-Equations
fi
|