We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d91364f + fa87d71 commit c9db788Copy full SHA for c9db788
ci/lint/04_install.sh
@@ -7,7 +7,11 @@
7
export LC_ALL=C
8
9
${CI_RETRY_EXE} apt-get update
10
-${CI_RETRY_EXE} apt-get install -y curl git gawk jq xz-utils
+# Lint dependencies:
11
+# - curl/xz-utils (to install shellcheck)
12
+# - git (used in many lint scripts)
13
+# - gpg (used by verify-commits)
14
+${CI_RETRY_EXE} apt-get install -y curl xz-utils git gpg
15
16
PYTHON_PATH=/tmp/python
17
if [ ! -d "${PYTHON_PATH}/bin" ]; then
0 commit comments