From b1cef55c6b2dca8d02a14de13d1a983fddd5ef45 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Wed, 28 Oct 2020 09:27:20 +0100 Subject: [PATCH] Don't run lint for releases branch --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index adc7150..9dad290 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,6 +15,8 @@ lint: image: hadolint/hadolint:latest # DL3007: We use the latest tag for multistage build script: hadolint --ignore DL3007 --ignore DL3020 Dockerfile.template + except: + - releases get_version: stage: .pre