blob: 293eeb5a5a69d28c1e1eb2a2409f5a44cf190a8b (
plain)
1
2
3
4
5
6
|
#!/bin/sh
if [ "$CI_PULL_REQUEST" = "7908" ] || [ "$CI_BRANCH" = "proj-mind" ]; then
Equations_CI_BRANCH=fix-proj-mind
Equations_CI_GITURL=https://github.com/SkySkimmer/Coq-Equations
fi
|