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