The build job does not work well with empty branch, we should provide a
default master branch to fix it.
It looks like it is not enough to remove the wipe-workspace line, it was
on even without that line. Adding wipe-workspace: false to hopefully fix
it.
Signed-off-by: Boris Ranto <branto@redhat.com>
- string:
name: BRANCH
description: "The git branch (or tag) to build"
+ default: "master"
- string:
name: DISTROS
branches:
- $BRANCH
skip-tag: true
+ wipe-workspace: false
builders:
- shell: |