File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 66
77export LC_ALL=C
88
9+ set -o errexit -o pipefail -o xtrace
10+
911export CI_RETRY_EXE=" /ci_retry --"
1012
1113pushd " /"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ENV LC_ALL=C.UTF-8
1212COPY ./ci/retry/retry /ci_retry
1313COPY ./.python-version /.python-version
1414COPY ./ci/lint/container-entrypoint.sh /entrypoint.sh
15- COPY ./ci/lint/04_install .sh /install.sh
15+ COPY ./ci/lint/01_install .sh /install.sh
1616
1717RUN /install.sh && \
1818 echo 'alias lint="./ci/lint/06_script.sh"' >> ~/.bashrc && \
Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ cp "./ci/retry/retry" "/ci_retry"
1313cp " ./.python-version" " /.python-version"
1414mkdir --parents " /test/lint"
1515cp --recursive " ./test/lint/test_runner" " /test/lint/"
16- set -o errexit; source ./ci/lint/04_install .sh
16+ set -o errexit; source ./ci/lint/01_install .sh
1717set -o errexit
1818./ci/lint/06_script.sh
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ or `--help`:
5454| ` py_lint ` | [ ruff] ( https://github.com/astral-sh/ruff )
5555| markdown link check | [ mlc] ( https://github.com/becheran/mlc )
5656
57- In use versions and install instructions are available in the [ CI setup] ( ../../ci/lint/04_install .sh ) .
57+ In use versions and install instructions are available in the [ CI setup] ( ../../ci/lint/01_install .sh ) .
5858
5959Please be aware that on Linux distributions all dependencies are usually available as packages, but could be outdated.
6060
You can’t perform that action at this time.
0 commit comments