Set GIT_DEPTH=0 for dokku deployment
This commit is contained in:
parent
9019550a27
commit
5d31b5a9e9
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@ variables: &global_variables
|
|||
POSTGRES_PASSWORD: postgres
|
||||
DB_HOST: postgres
|
||||
MIX_ENV: test
|
||||
# Needed for Dokku deployment.
|
||||
# https://github.com/dokku/dokku/issues/2514#issuecomment-616775470
|
||||
GIT_DEPTH: 0
|
||||
|
||||
cache: &global_cache_policy
|
||||
key:
|
||||
|
|
Loading…
Reference in a new issue