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