blob: 1b3121781bdecd38b33194c1ae731659722c0094 (
plain)
1
2
3
4
5
6
7
8
9
|
if [ "$CI_PULL_REQUEST" = "13143" ] || [ "$CI_BRANCH" = "master+drop-misleading-arg-hbox" ]; then
aac_tactics_CI_REF=master+adapt-coq-pr13143-hbox-no-argument
aac_tactics_CI_GITURL=https://github.com/herbelin/aac-tactics
equations_CI_REF=master+adapt-coq-pr13143-hbox-no-argument
equations_CI_GITURL=https://github.com/herbelin/Coq-Equations
fi
|