blob: c87c3f7f0f587722c7900d06b605cea577cd45c9 (
plain)
1
2
3
4
5
6
7
8
9
|
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
fi
|