Make sure to pull the latest master.

This commit is contained in:
Nathan Wilcox 2017-05-19 15:25:39 -07:00
parent ea5abe2ca7
commit fad06b020b
1 changed files with 3 additions and 0 deletions

View File

@ -94,6 +94,9 @@ def verify_git_clean_master():
),
)
out = sh_out('git', 'pull', '--ff-only')
logging.debug('+ git pull --ff-only\n%s', out)
# Helper code:
def chdir_to_repo(repo):