mirror of
https://github.com/ail-project/ail-framework.git
synced 2025-09-03 13:42:35 +00:00
chg: [UI crawler] status/remove auto crawler
This commit is contained in:
parent
ecca5b11d0
commit
6fdf7c2123
7 changed files with 362 additions and 57 deletions
|
@ -44,10 +44,6 @@ def get_git_metadata():
|
|||
dict_git['last_local_tag'] = git_status.get_last_tag_from_local()
|
||||
dict_git['last_remote_tag'] = git_status.get_last_tag_from_remote()
|
||||
|
||||
# # DEBUG:
|
||||
dict_git['last_local_tag'] = 'v1.3'
|
||||
dict_git['last_remote_commit'] = '234328439828943843839'
|
||||
|
||||
if dict_git['current_commit'] != dict_git['last_remote_commit']:
|
||||
dict_git['new_git_update_available'] = True
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue