Skip to content

Commit

Permalink
ci: Add missing COPY for ./test/lint/test_runner
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoFalke committed Nov 13, 2023
1 parent faff3e3 commit fa01f88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/lint_imagefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ENV LC_ALL=C.UTF-8
COPY ./.python-version /.python-version
COPY ./ci/lint/container-entrypoint.sh /entrypoint.sh
COPY ./ci/lint/04_install.sh /install.sh
COPY ./test/lint/test_runner /test/lint/test_runner

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

0 comments on commit fa01f88

Please sign in to comment.