From 18fe62a34113fb32988d68b97355b3562dbe1eb4 Mon Sep 17 00:00:00 2001 From: Abdullah Adeel Date: Fri, 14 Jan 2022 05:10:19 +0500 Subject: [PATCH] =?UTF-8?q?=EF=BF=BD=20fixed=20typo=20in?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {{cookiecutter.project_slug}}/.gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/.gitlab-ci.yml b/{{cookiecutter.project_slug}}/.gitlab-ci.yml index 83dc4b68a..303b326a5 100644 --- a/{{cookiecutter.project_slug}}/.gitlab-ci.yml +++ b/{{cookiecutter.project_slug}}/.gitlab-ci.yml @@ -15,7 +15,6 @@ variables: MYSQL_ROOT_PASSWORD: '' MYSQL_ALLOW_EMPTY_PASSWORD: 'yes' {% endif -%} - {%- endif %} {% if cookiecutter.use_celery == 'y' -%} CELERY_BROKER_URL: 'redis://redis:6379/0' {%- endif %}