From 2418436455a57a01703c19d00cb7f0f9d45c04f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20N=C3=BCtzi?= Date: Tue, 23 Jan 2024 15:13:55 +0100 Subject: [PATCH] fix: Build :anchor: --- tests/test-alpine-user.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test-alpine-user.sh b/tests/test-alpine-user.sh index 32025665..fa01465d 100755 --- a/tests/test-alpine-user.sh +++ b/tests/test-alpine-user.sh @@ -13,9 +13,6 @@ RUN apk add bash jq curl # CVE https://github.blog/2022-10-18-git-security-vulnerabilities-announced/#cve-2022-39253 RUN git config --system protocol.file.allow always - -# Must be existing. -RUN [ -d "$GH_TEST_GIT_CORE/templates/hooks" ] EOF # shellcheck disable=SC2016,SC1004