blob: 7c04608403940cc6c6c3ee5b0fa073d29a5cc7f8 (
plain)
1
2
3
4
5
6
|
if [ "$CI_PULL_REQUEST" = "12565" ] || [ "$CI_BRANCH" = "fix-tc-search-opacity" ]; then
coqhammer_CI_REF=fix-tc-search-opacity
coqhammer_CI_GITURL=https://github.com/ppedrot/coqhammer
fi
|