mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-05 14:06:27 -05:00
ci: Add missing COPY for ./test/lint/test_runner
This commit is contained in:
parent
faff3e3b46
commit
fa01f884d3
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue