mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-13 03:30:42 +02: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 ./.python-version /.python-version
|
||||||
COPY ./ci/lint/container-entrypoint.sh /entrypoint.sh
|
COPY ./ci/lint/container-entrypoint.sh /entrypoint.sh
|
||||||
COPY ./ci/lint/04_install.sh /install.sh
|
COPY ./ci/lint/04_install.sh /install.sh
|
||||||
|
COPY ./test/lint/test_runner /test/lint/test_runner
|
||||||
|
|
||||||
RUN /install.sh && \
|
RUN /install.sh && \
|
||||||
echo 'alias lint="./ci/lint/06_script.sh"' >> ~/.bashrc && \
|
echo 'alias lint="./ci/lint/06_script.sh"' >> ~/.bashrc && \
|
||||||
|
Loading…
Reference in New Issue
Block a user