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

Commit

Permalink
Don't exit if we can't decrypt secrets.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmachine committed Oct 4, 2016
1 parent b4f173a commit 62166b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icekit/bin/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export REDIS_ADDRESS="${REDIS_ADDRESS:-localhost:6379}"
export SUPERVISORD_CONFIG_INCLUDE="${SUPERVISORD_CONFIG_INCLUDE:-supervisord-django.conf supervisord-no-docker.conf}"

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

# Source dotenv files.
set -o allexport
Expand Down

0 comments on commit 62166b3

Please sign in to comment.