blob: c8bea0c86823759bdf113ee0e3824a614b7d01c4 (
plain)
1
2
3
4
5
6
|
if [ "$CI_PULL_REQUEST" = "8998" ] || [ "$CI_BRANCH" = "legacy_proof_eng_clean" ]; then
equations_CI_REF=legacy_proof_eng_clean
equations_CI_GITURL=https://github.com/ejgallego/Coq-Equations
fi
|