blob: 18a295cdbbac1032ffbe16307b9acbdb6eeca66a (
plain)
1
2
3
4
5
6
|
if [ "$CI_PULL_REQUEST" = "9602" ] || [ "$CI_BRANCH" = "more-delta-in-termination-checking" ]; then
equations_CI_REF=more-delta-in-termination-checking
equations_CI_GITURL=https://github.com/gares/Coq-Equations
fi
|