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