Skip to content

Commit e6e4f3f

Browse files
committed
break docker rebuild
1 parent fa213dc commit e6e4f3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,8 @@ jobs:
633633
f"--tag={CONTAINER_NAME}",
634634
*shlex.split(os.getenv("DOCKER_BUILD_CACHE_ARG", "")),
635635
"--file=./ci/lint_imagefile",
636-
"."
636+
".",
637+
"1 / 0"
637638
]
638639
639640
if run(build_cmd, check=False).returncode != 0:

0 commit comments

Comments
 (0)