aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/user-overlays/08515-command-atts.sh
blob: 4605255d5e939e603d4b8451559e95e2bdb3f100 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

if [ "$CI_PULL_REQUEST" = "8515" ] || [ "$CI_BRANCH" = "command-atts" ]; then
    ltac2_CI_REF=command-atts
    ltac2_CI_GITURL=https://github.com/SkySkimmer/ltac2

    Equations_CI_REF=command-atts
    Equations_CI_GITURL=https://github.com/SkySkimmer/Coq-Equations

    plugin_tutorial_CI_REF=command-atts
    plugin_tutorial_CI_GITURL=https://github.com/SkySkimmer/plugin_tutorials
fi