Remove SHA256 hashing for depended files, since it's not correct yet
This commit is contained in:
parent
17f7737352
commit
dde4bf00a2
@ -20,5 +20,7 @@ from scone.head.kitchen import Kitchen
|
||||
|
||||
|
||||
async def depend_remote_file(path: str, kitchen: Kitchen) -> None:
|
||||
sha256 = await kitchen.ut1(HashFile(path))
|
||||
kitchen.get_dependency_tracker().register_remote_file(path, sha256)
|
||||
# TODO not supported yet :(
|
||||
# sha256 = await kitchen.ut1(HashFile(path))
|
||||
# kitchen.get_dependency_tracker().register_remote_file(path, sha256)
|
||||
kitchen.get_dependency_tracker().register_remote_file(path)
|
||||
|
Loading…
Reference in New Issue
Block a user