From aca1a332c247d8e195efcb57e68453c6cda58c59 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 21 Apr 2025 21:00:19 +0200 Subject: [PATCH] ci/build: drop unnecessary shellcheck disables Part-of: --- .gitlab-ci/prepare-artifacts-python.sh | 2 -- .gitlab-ci/prepare-artifacts.sh | 1 - 2 files changed, 3 deletions(-) diff --git a/.gitlab-ci/prepare-artifacts-python.sh b/.gitlab-ci/prepare-artifacts-python.sh index 83ab1bd9094..8b0e6d6a718 100755 --- a/.gitlab-ci/prepare-artifacts-python.sh +++ b/.gitlab-ci/prepare-artifacts-python.sh @@ -1,6 +1,4 @@ #!/usr/bin/env bash -# shellcheck disable=SC2038 # TODO: rewrite the find -# shellcheck disable=SC2086 # we want word splitting # shellcheck disable=SC1091 # relative paths only become valid at runtime . "${SCRIPTS_DIR}/setup-test-env.sh" diff --git a/.gitlab-ci/prepare-artifacts.sh b/.gitlab-ci/prepare-artifacts.sh index 8edfa2d2d62..17160c00e5e 100755 --- a/.gitlab-ci/prepare-artifacts.sh +++ b/.gitlab-ci/prepare-artifacts.sh @@ -1,5 +1,4 @@ #!/usr/bin/env bash -# shellcheck disable=SC2038 # TODO: rewrite the find # shellcheck disable=SC2086 # we want word splitting # shellcheck disable=SC1091 # paths only become valid at runtime