blob: 1e1d36d54a4edc34ff9515de745d1e850f869728 (
plain)
1
2
3
4
5
6
7
8
9
|
if [ "$CI_PULL_REQUEST" = "9165" ] || [ "$CI_BRANCH" = "recarg-cleanup" ]; then
elpi_CI_REF=recarg-cleanup
elpi_CI_GITURL=https://github.com/ejgallego/coq-elpi
quickchick_CI_REF=recarg-cleanup
quickchick_CI_GITURL=https://github.com/ejgallego/QuickChick
fi
|