aboutsummaryrefslogtreecommitdiff
path: root/ci/lint
diff options
context:
space:
mode:
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-07-11 23:10:38 +0200
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-07-24 16:14:24 +0200
commitfa8dcdcc8b29e58f5d285a49dde33d94b63c893b (patch)
tree9d357698ec1b0e6740726f821ab5bfeee3d5d2c1 /ci/lint
parentfac229ab1f95ec77f18be8a783a2779dd781c684 (diff)
downloadbitcoin-fa8dcdcc8b29e58f5d285a49dde33d94b63c893b.tar.xz
ci: Set PATH inside the CI env
This is needed for the next commit. This also requires dropping CI_RETRY from the docker build step, which is fine, because CI_RETRY should be called inside the build script, not outside. Also, fix a doc typo.
Diffstat (limited to 'ci/lint')
-rwxr-xr-xci/lint/04_install.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/lint/04_install.sh b/ci/lint/04_install.sh
index 148819f468..dbbd01e507 100755
--- a/ci/lint/04_install.sh
+++ b/ci/lint/04_install.sh
@@ -6,6 +6,8 @@
export LC_ALL=C
+export PATH=$PWD/ci/retry:$PATH
+
${CI_RETRY_EXE} apt-get update
# Lint dependencies:
# - curl/xz-utils (to install shellcheck)