mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-27 14:24:32 +00:00
fix hash
This commit is contained in:
parent
76b86a8e18
commit
cf9571dfad
@ -39,7 +39,9 @@ class Make(BaseModule):
|
||||
now = datetime.datetime.now().strftime("(%H_%M_%S)_%m-%d-%Y")
|
||||
|
||||
m = hashlib.md5()
|
||||
m.update(repo[repo.rfind('/'): len(repo) - 4] + "/" + now)
|
||||
repoPath = self.getNameProjectFromGitUrl(repo) + "/" + now
|
||||
|
||||
m.update(repoPath.encode('utf-8'))
|
||||
|
||||
return m.hexdigest()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user