From fe7999e7fa290a926378355a01bd8eedfc796346 Mon Sep 17 00:00:00 2001 From: Samuel Gaist <samuel.gaist@idiap.ch> Date: Thu, 20 Dec 2018 14:36:32 +0100 Subject: [PATCH] [ci] Remove tag exception for build_linux_36 stage [ci skip] --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index be9c0ac27..19607a26e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,8 +53,6 @@ build_linux_36: <<: *linux_build_job variables: PYTHON_VERSION: "3.6" - except: - - /^v\d+\.\d+\.\d+([abc]\d*)?$/ # PEP-440 compliant version (tags) artifacts: expire_in: 1 week paths: @@ -90,4 +88,3 @@ deploy_stable: - /^v\d+\.\d+\.\d+([abc]\d*)?$/ # PEP-440 compliant version (tags) except: - branches - -- GitLab