diff options
| author | 2018-08-30 20:40:19 +0200 | |
|---|---|---|
| committer | 2018-08-30 20:42:20 +0200 | |
| commit | d8334b530ecb4150a03db5cb2eef459d77846a60 (patch) | |
| tree | d97dad6f2eb39b5bb5adfd532e6d67ba425a4ec3 | |
| parent | Properly configure Django project. (diff) | |
Remove no longer needed conditional.
Diffstat (limited to '')
| -rw-r--r-- | .gitlab-ci.yml | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b455fa0c..4b413115 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,6 @@ build base image:      only:          - master          - django -        - django+add-gitlab-ci  lint:      image: registry.gitlab.com/python-discord/projects/site/django-base:latest | 
