Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnil110399 committed Feb 6, 2024
1 parent d03a588 commit 4dd38d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/docker_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,6 @@ def pull_build_cache(node: Node) -> bool:
Returns:
bool: whether self cache exists
"""
if(node.prepull is False):
return False
full_name = node.full_image_name
try:
assert full_name.count(':') == 1, f"{full_name} should have exactly one :"
Expand Down

0 comments on commit 4dd38d1

Please sign in to comment.