aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/user-overlays/00669-maximedenes-ssr-merge.sh
blob: e6a2c4460b0d252a68784a53aab9b98f40994b36 (plain)
1
2
3
4
5
6
#!/bin/sh

if [ "$CI_PULL_REQUEST" = "669" ] || [ "$CI_BRANCH" = "ssr-merge" ]; then
    mathcomp_CI_BRANCH=ssr-merge
    mathcomp_CI_GITURL=https://github.com/maximedenes/math-comp
fi