blob: 6928925e54faf101151bed815ee9758e89423a77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
if [ "$CI_PULL_REQUEST" = "11731" ] || [ "$CI_BRANCH" = "proof+more_naming_unif" ]; then
equations_CI_REF=proof+more_naming_unif
equations_CI_GITURL=https://github.com/ejgallego/Coq-Equations
rewriter_CI_REF=proof+more_naming_unif
rewriter_CI_GITURL=https://github.com/ejgallego/rewriter
elpi_CI_REF=proof+more_naming_unif
elpi_CI_GITURL=https://github.com/ejgallego/coq-elpi
fi
|