Skip to content

Commit 39ce8ca

Browse files
authored
Remove assert not is_docker() from GitHub checks (#8813)
* Update * Update
1 parent 6717519 commit 39ce8ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/general.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,6 @@ def check_git_status(repo='ultralytics/yolov5'):
316316
msg = f', for updates see {url}'
317317
s = colorstr('github: ') # string
318318
assert Path('.git').exists(), s + 'skipping check (not a git repository)' + msg
319-
assert not is_docker(), s + 'skipping check (Docker image)' + msg
320319
assert check_online(), s + 'skipping check (offline)' + msg
321320

322321
splits = re.split(pattern=r'\s', string=check_output('git remote -v', shell=True).decode())

0 commit comments

Comments
 (0)