blob: a95170a4557d4531c1d8efb78949792f164c8cb9 (
plain)
1
2
3
4
5
6
7
8
9
|
if [ "$CI_PULL_REQUEST" = "11293" ] || [ "$CI_BRANCH" = "rename-class-files" ]; then
elpi_CI_REF=rename-class-files
elpi_CI_GITURL=https://github.com/ppedrot/coq-elpi
mtac2_CI_REF=rename-class-files
mtac2_CI_GITURL=https://github.com/ppedrot/Mtac2
fi
|