diff options
author | Iván Raskovsky <raskovsky+git@gmail.com> | 2022-11-11 12:22:21 -0300 |
---|---|---|
committer | Iván Raskovsky <raskovsky+git@gmail.com> | 2022-11-11 12:22:21 -0300 |
commit | 36519bdbee321354788fde71e33e74d7f6a353d1 (patch) | |
tree | a3a7597c5041acd3d0124046f54e4bba9d4d63fa /.gitlab-ci.yml | |
parent | 39a96876ef1dd232c725cc10dccdc4f1e154a8fc (diff) | |
download | pleroma-36519bdbee321354788fde71e33e74d7f6a353d1.tar.gz pleroma-36519bdbee321354788fde71e33e74d7f6a353d1.zip |
allow custom db port
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0fa1f624d..329904bbe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,7 @@ variables: &global_variables POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres DB_HOST: postgres + DB_PORT: 5432 MIX_ENV: test cache: &global_cache_policy |