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 6
6
7
7
export LC_ALL=C
8
8
9
+ set -o errexit -o pipefail -o xtrace
10
+
9
11
export CI_RETRY_EXE=" /ci_retry --"
10
12
11
13
pushd " /"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ENV LC_ALL=C.UTF-8
12
12
COPY ./ci/retry/retry /ci_retry
13
13
COPY ./.python-version /.python-version
14
14
COPY ./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
16
16
17
17
RUN /install.sh && \
18
18
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"
13
13
cp " ./.python-version" " /.python-version"
14
14
mkdir --parents " /test/lint"
15
15
cp --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
17
17
set -o errexit
18
18
./ci/lint/06_script.sh
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ or `--help`:
54
54
| ` py_lint ` | [ ruff] ( https://github.com/astral-sh/ruff )
55
55
| markdown link check | [ mlc] ( https://github.com/becheran/mlc )
56
56
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 ) .
58
58
59
59
Please be aware that on Linux distributions all dependencies are usually available as packages, but could be outdated.
60
60
You can’t perform that action at this time.
0 commit comments