blob: 3600f1cd3e64d0793a76f535429e06b97898a108 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
if [ "$CI_PULL_REQUEST" = "8705" ] || [ "$CI_BRANCH" = "vernac+remove_empty_hooks" ]; then
elpi_CI_REF=vernac+remove_empty_hooks
elpi_CI_GITURL=https://github.com/ejgallego/coq-elpi
equations_CI_REF=vernac+remove_empty_hooks
equations_CI_GITURL=https://github.com/ejgallego/Coq-Equations
paramcoq_CI_REF=vernac+remove_empty_hooks
paramcoq_CI_GITURL=https://github.com/ejgallego/paramcoq
plugin_tutorial_CI_REF=vernac+remove_empty_hooks
plugin_tutorial_CI_GITURL=https://github.com/ejgallego/plugin_tutorials
mtac2_CI_REF=vernac+remove_empty_hooks
mtac2_CI_GITURL=https://github.com/ejgallego/mtac2
fi
|