From 4e70d4fbd9e8a57736b07bca3fee84fec2d5a83c Mon Sep 17 00:00:00 2001 From: Tom Teichler <tom.teichler@teckids.org> Date: Thu, 27 Feb 2020 22:07:11 +0100 Subject: [PATCH] disable lint --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b7e0df917..6b76a00fc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,6 +46,8 @@ lint: script: - tox -e lint,security allow_failure: true + only: + - master build_dist: stage: build -- GitLab