Skip to content

Commit

Permalink
Merge b2f000e into fefab3a
Browse files Browse the repository at this point in the history
  • Loading branch information
Rail Aliiev committed Sep 9, 2019
2 parents fefab3a + b2f000e commit da6b4c9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker.d/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ case $ENV in
export WORKER_SUFFIX=
;;
fake-prod)
export TRUST_LEVEL=t
export TRUST_LEVEL=1
# special case for signing, using -t- instead
if [ $PROJECT_NAME = "signing" ]; then
export TRUST_LEVEL=t
fi
export WORKER_SUFFIX=
;;
dev)
Expand Down

0 comments on commit da6b4c9

Please sign in to comment.