Skip to content

Commit

Permalink
virttest.assert: fix ref-commit not works issue
Browse files Browse the repository at this point in the history
git pull origin step update local repo to latest, it made
ref-commit configured in test-providers useless, so
drop the step.

Signed-off-by: Xu Tian <[email protected]>
  • Loading branch information
Xu Tian committed Mar 30, 2017
1 parent 96ae9f8 commit bf4bdd5
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 bf4bdd5

Please sign in to comment.