build-and-update-all-branches: just build, don't update

This commit is contained in:
Pavel Raiskup 2021-11-28 23:26:07 +01:00
parent 3a68d305f5
commit e2abe76bd7

View File

@ -28,9 +28,3 @@ for branch in $branches; do
done done
koji watch-task $tasks koji watch-task $tasks
for branch in $branches; do
test $branch != master || continue
git checkout $branch
fedpkg update
done