Skip to content

Commit

Permalink
Merge pull request #965 from xutian/fix_fetch_repo
Browse files Browse the repository at this point in the history
virttest.assert: fix ref-commit not works issue
  • Loading branch information
Xu Tian authored Mar 31, 2017
2 parents 720b595 + bf4bdd5 commit 8725e4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion virttest/asset.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ def download_test_provider(provider, update=False):
process.run('git remote add origin %s' % uri)
except process.CmdError:
pass
process.run('git pull origin %s' % branch)
except Exception:
if not dir_existed and os.path.isdir(download_dst):
logging.error('Cleaning up provider %s download dir %s', provider,
Expand Down

0 comments on commit 8725e4d

Please sign in to comment.