Dont require git master on CI in POT

This commit is contained in:
Kovid Goyal 2020-08-23 11:35:19 +05:30
parent fcdcf1bc84
commit 37022b6a91
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -212,7 +212,8 @@ class POT(Command): # {{{
time=time.strftime('%Y-%m-%d %H:%M+%Z'))
def run(self, opts):
require_git_master()
if not is_ci:
require_git_master()
self.get_iso639_strings()
if not is_ci:
self.get_website_strings()