From ba70a46cc46bcd44e7ccb5f1a0fac431e416dd04 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 19 Jan 2021 11:11:20 +0100 Subject: [PATCH] test ci script --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 606f0fb..b59c83c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,8 +30,8 @@ check: - hottis - linux - docker - #rules: - # - if: $CI_COMMIT_TAG + rules: + - if: $CI_COMMIT_TAG script: - checksemver.py -v --versionToValidate "$CI_COMMIT_TAG" @@ -45,8 +45,8 @@ dockerize: - hottis - linux - docker - #rules: - # - if: $CI_COMMIT_TAG + rules: + - if: $CI_COMMIT_TAG script: - tar -xzf dist.tgz - docker build --tag $IMAGE_NAME:latest --tag $IMAGE_NAME:$CI_COMMIT_TAG .