Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 62166b3

Browse files
committed
Don't exit if we can't decrypt secrets.
1 parent b4f173a commit 62166b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

icekit/bin/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export REDIS_ADDRESS="${REDIS_ADDRESS:-localhost:6379}"
123123
export SUPERVISORD_CONFIG_INCLUDE="${SUPERVISORD_CONFIG_INCLUDE:-supervisord-django.conf supervisord-no-docker.conf}"
124124

125125
# Decrypt dotenv files.
126-
setup-git-secret.sh
126+
setup-git-secret.sh || true # Don't exit if we can't decrypt secrets
127127

128128
# Source dotenv files.
129129
set -o allexport

0 commit comments

Comments
 (0)