blob: 0b3133d1f1ae27dd9c55bbf69dc3f27489b65838 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
if [ "$CI_PULL_REQUEST" = "11948" ] || [ "$CI_BRANCH" = "hexadecimal" ]; then
stdlib2_CI_REF=hexadecimal
stdlib2_CI_GITURL=https://github.com/proux01/stdlib2
paramcoq_CI_REF=hexadecimal
paramcoq_CI_GITURL=https://github.com/proux01/paramcoq
metacoq_CI_REF=hexadecimal
metacoq_CI_GITURL=https://github.com/proux01/metacoq
fi
|