Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit d83eff8

Browse files
committed
Fixed gitsign-credential-cache
1 parent 5bf77a2 commit d83eff8

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tools/gitsign/Dockerfile.template

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,6 @@ if test -z "\$(pidof gitsign-credential-cache)"; then
1717
fi
1818
export GITSIGN_CREDENTIAL_CACHE="\${HOME}/.cache/.sigstore/gitsign/cache.sock"
1919
EOF
20-
COPY <<EOF /etc/profile.d/gitsign-credential-cache
21-
#!/bin/bash
22-
set -o errexit
23-
24-
if test -z "$(pidof gitsign-credential-cache)"; then
25-
gitsign-credential-cache >/dev/null 2>&1 &
26-
fi
27-
export GITSIGN_CREDENTIAL_CACHE="${HOME}/.cache/.sigstore/gitsign/cache.sock"
28-
EOF
2920
RUN <<EOF
3021
echo "### Installing gitsign ${version}"
3122
curl --silent --location --fail --output "${prefix}${target}/bin/gitsign" \

0 commit comments

Comments
 (0)