677ebcc
@@ -38,7 +38,7 @@
git merge-base --is-ancestor -- origin/master HEAD
set -e
if [ $? -ne 0 ]; then
- git checkout origin/master
+ git checkout origin/f31
fi
# Run any tests that only apply to PRs
Signed-off-by: Tomas Hrcka thrcka@redhat.com
Pull-Request has been merged by mohanboddu
@mohanboddu @humaton This was the wrong thing to do. The tests are designed to run from the master branch for all releases (so we only have to keep the tests themselves on one branch). Changing this to f31 was incorrect.
I have now reverted it.
Signed-off-by: Tomas Hrcka thrcka@redhat.com