blob: bd3e1bf7ffbce82c8960da68c805785d9fe75f6e (
plain)
1
2
3
4
5
6
7
|
#!/bin/sh
if [ "$CI_PULL_REQUEST" = "8741" ] || [ "$CI_BRANCH" = "typeclasses-functional-evar_map" ]; then
plugin_tutorial_CI_REF=pr8671-fix
plugin_tutorial_CI_GITURL=https://github.com/mattam82/plugin_tutorials
fi
|