mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-05 03:38:12 +08:00
fix merge
This commit is contained in:
@@ -135,6 +135,7 @@ class SCM(object):
|
||||
|
||||
sourcedir = '%s/%s' % (scmdir, checkout_path)
|
||||
module_checkout_cmd = ['git', 'clone', gitrepo, sourcedir]
|
||||
module_checkout_cmd = ['git', 'clone', '-n', gitrepo, sourcedir]
|
||||
|
||||
# perform checkouts
|
||||
self._run(module_checkout_cmd, chdir=scmdir)
|
||||
|
||||
Reference in New Issue
Block a user