meno stringente
This commit is contained in:
@@ -74,7 +74,7 @@ def check_addon_init():
|
|||||||
commit = httptools.downloadpage(c['url']).data
|
commit = httptools.downloadpage(c['url']).data
|
||||||
commitJson = json.loads(commit)
|
commitJson = json.loads(commit)
|
||||||
# evitiamo di applicare i merge commit
|
# evitiamo di applicare i merge commit
|
||||||
if 'Merge branch' in commitJson['commit']['message']:
|
if 'Merge' in commitJson['commit']['message']:
|
||||||
continue
|
continue
|
||||||
logger.info('aggiornando a' + commitJson['sha'])
|
logger.info('aggiornando a' + commitJson['sha'])
|
||||||
alreadyApplied = True
|
alreadyApplied = True
|
||||||
|
|||||||
Reference in New Issue
Block a user