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

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