blob: 17eb5fffaeb638f6c0f3f33da9507bf339543d11 (
plain)
1
2
3
4
5
6
|
if [ "$CI_PULL_REQUEST" = "8889" ] || [ "$CI_BRANCH" = "program-hook-obligation-subst" ]; then
Equations_CI_REF=program-hook-obligation-subst
Equations_CI_GITURL=https://github.com/mattam82/Coq-Equations
fi
|