blob: 2f70f43a2be575ca8bdcb9b90bee3e77fca39c40 (
plain)
1
2
3
4
5
6
7
8
9
|
if [ "$CI_PULL_REQUEST" = "13139" ] || [ "$CI_BRANCH" = "clean-hint-constr" ]; then
equations_CI_REF=clean-hint-constr
equations_CI_GITURL=https://github.com/ppedrot/Coq-Equations
fiat_parsers_CI_REF=clean-hint-constr
fiat_parsers_CI_GITURL=https://github.com/ppedrot/fiat
fi
|