From 4d3d666797b4507da8869f411f4b9c03db0540d6 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Aug 13 2018 18:45:26 +0000 Subject: Branching F29 from rawhide Signed-off-by: Mohan Boddu --- diff --git a/run_tests.sh b/run_tests.sh index 25c8a97..f18d12f 100644 --- a/run_tests.sh +++ b/run_tests.sh @@ -5,7 +5,7 @@ git remote rm proposed || true git gc --auto git remote add proposed "$REPO" git fetch proposed -git checkout origin/master +git checkout origin/f29 git config --global user.email "noreply@ci.centos.org" git config --global user.name "CentOS CI" git merge --no-ff "proposed/$BRANCH" -m "Merge PR"