Skip to content

Commit

Permalink
auto upload run binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Stefanov committed Oct 5, 2022
1 parent 4529c0d commit 29ea748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abf/console/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ def upload_files(models, min_size, path=None, remove_files=True, upload_all=Fals
if src not in yaml_files or sha_hash != yaml_files[src]:
log.debug(_('Hash for file %s has been updated') % src)
# try to remove previous versions
re_src = re.compile('^([\w\d\-\.]+)-([\d\.]+)\.(tar\.gz|tar.xz|gem|tgz|zip|tar\.bz2|crate)$')
re_src = re.compile('^([\w\d\-\.]+)-([\d\.]+)\.(tar\.gz|tar.xz|gem|run|tgz|zip|tar\.bz2|crate)$')
res = re_src.match(src)
if res:
src_gr = res.groups()
Expand Down

0 comments on commit 29ea748

Please sign in to comment.