blob: fb66217487464e5011af345d04ce82ba61719e46 (
plain)
1
2
3
4
5
6
|
if [ "$CI_PULL_REQUEST" = "11141" ] || [ "$CI_BRANCH" = "master+labelled-pr_lconstr-and-co" ]; then
quickchick_CI_REF=master+adapt-coq-pr11141
quickchick_CI_GITURL=https://github.com/herbelin/QuickChick
fi
|