build-and-update-all-branches: just build, don't update
This commit is contained in:
parent
3a68d305f5
commit
e2abe76bd7
@ -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
|
|
||||||
|
Loading…
Reference in New Issue
Block a user