From 39fbc3633d65328806b004d83fd3e20346d71cf6 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 19 Jan 2021 11:07:59 +0100 Subject: [PATCH] test ci script --- .gitlab-ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a32946a..447442e 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,9 +45,10 @@ 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 . - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY - docker push $IMAGE_NAME:latest