blob: 14e7c0d7f09f33727752a960eac773608cf6cb84 (
plain)
1
2
3
4
5
6
7
8
9
|
if [ "$CI_PULL_REQUEST" = "9051" ] || [ "$CI_BRANCH" = "camlp5-safe-api-strikes-back" ]; then
equations_CI_REF=camlp5-safe-api-strikes-back
equations_CI_GITURL=https://github.com/ppedrot/Coq-Equations
ltac2_CI_REF=camlp5-safe-api-strikes-back
ltac2_CI_GITURL=https://github.com/ppedrot/ltac2
fi
|