aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/user-overlays/09567-ejgallego-hooks_unify.sh
blob: 27ce9aca16bad0f6e25a5a2f6bf097985d88b1fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if [ "$CI_PULL_REQUEST" = "9567" ] || [ "$CI_BRANCH" = "hooks_unify" ]; then

    equations_CI_REF=hooks_unify
    equations_CI_GITURL=https://github.com/ejgallego/Coq-Equations

    mtac2_CI_REF=hooks_unify
    mtac2_CI_GITURL=https://github.com/ejgallego/Mtac2

    paramcoq_CI_REF=hooks_unify
    paramcoq_CI_GITURL=https://github.com/ejgallego/paramcoq

fi