blob: 9f9cc19e8300dc917e4577b75de192834e65400c (
plain)
1
2
3
4
5
6
|
if [ "$CI_PULL_REQUEST" = "10052" ] || [ "$CI_BRANCH" = "cleanup-logic-convert-hyp" ]; then
relation_algebra_CI_REF=cleanup-logic-convert-hyp
relation_algebra_CI_GITURL=https://github.com/ppedrot/relation-algebra
fi
|