From c16fd94c4ad1c3a080ba642755b4d80cbf0f4a86 Mon Sep 17 00:00:00 2001 From: Col Crunch Date: Sat, 23 May 2020 00:31:27 -0400 Subject: [PATCH] Update CI config for new version of gitlab. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 44952a08..800e4830 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -50,5 +50,5 @@ deploy_production: - python setup.py sdist - twine upload dist/* - only: - - tags + rules: + - if: $CI_COMMIT_TAG