Skip to content

Commit fa01f88

Browse files
author
MarcoFalke
committed
ci: Add missing COPY for ./test/lint/test_runner
1 parent faff3e3 commit fa01f88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/lint_imagefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ ENV LC_ALL=C.UTF-8
1212
COPY ./.python-version /.python-version
1313
COPY ./ci/lint/container-entrypoint.sh /entrypoint.sh
1414
COPY ./ci/lint/04_install.sh /install.sh
15+
COPY ./test/lint/test_runner /test/lint/test_runner
1516

1617
RUN /install.sh && \
1718
echo 'alias lint="./ci/lint/06_script.sh"' >> ~/.bashrc && \

0 commit comments

Comments
 (0)