mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-26 17:52:13 +01:00
ci: Add missing COPY for ./test/lint/test_runner
This commit is contained in:
parent
faff3e3b46
commit
fa01f884d3
@ -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 && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user