blob: 3122f953de5e7e207bc314e8a212f06d9074a930 (
plain)
1
2
3
4
5
6
7
8
9
|
if [ "$CI_PULL_REQUEST" = "10406" ] || [ "$CI_BRANCH" = "desync-entry-proof" ]; then
equations_CI_REF=desync-entry-proof
equations_CI_GITURL=https://github.com/ppedrot/Coq-Equations
quickchick_CI_REF=desync-entry-proof
quickchick_CI_GITURL=https://github.com/ppedrot/QuickChick
fi
|