blob: b7d21ed59c6d70fc5cefe4e8125d2ebcdd16e734 (
plain)
1
2
3
4
5
6
7
8
9
|
if [ "$CI_PULL_REQUEST" = "12611" ] || [ "$CI_BRANCH" = "record+refactor" ]; then
elpi_CI_REF=record+refactor
elpi_CI_GITURL=https://github.com/ejgallego/coq-elpi
# mtac2_CI_REF=record+refactor
# mtac2_CI_GITURL=https://github.com/ejgallego/Mtac2
fi
|