From 575e31523506a8cc050c41cc737c2f0faf1bb230 Mon Sep 17 00:00:00 2001 From: Hugo Levy-Falk Date: Mon, 1 Jun 2020 22:49:50 +0200 Subject: [PATCH] Email port in settings. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 718a22d0..99ff8b81 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,6 +24,7 @@ pages: - python3 -m pip install -U -r pip_requirements.txt - python3 -m pip install -U sphinx - cp re2o/settings_local.example.py re2o/settings_local.py + - sed -i 's/MY_EMAIL_PORT/25/g' re2o/settings_local.py - sphinx-apidoc -o re2o/docs_utils/source/autodoc/ -f . ./*/migrations/* - sphinx-build -b html docs_utils/source/ public artifacts: