blob: 67f6f8610a5b3bf2d3a7e47ad715505acd19843d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
if [ "$CI_PULL_REQUEST" = "8764" ] || [ "$CI_BRANCH" = "master-parsing-decimal" ]; then
ltac2_CI_REF=master-parsing-decimal
ltac2_CI_GITURL=https://github.com/proux01/ltac2
quickchick_CI_REF=master-parsing-decimal
quickchick_CI_GITURL=https://github.com/proux01/QuickChick
Corn_CI_REF=master-parsing-decimal
Corn_CI_GITURL=https://github.com/proux01/corn
HoTT_CI_REF=master-parsing-decimal
HoTT_CI_GITURL=https://github.com/proux01/HoTT
stdlib2_CI_REF=master-parsing-decimal
stdlib2_CI_GITURL=https://github.com/proux01/stdlib2
fi
|