Default git module to master branch so branch= is not required.
This commit is contained in:
parent
e6416def6b
commit
45100f03b1
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ for x in items:
|
|||
|
||||
dest = params['dest']
|
||||
repo = params['repo']
|
||||
branch = params.get('branch')
|
||||
branch = params.get('branch', 'master')
|
||||
version = params.get('version', 'HEAD')
|
||||
|
||||
# ===========================================
|
||||
|
|
Loading…
Reference in a new issue