From 55bf6d1772386069b65eaa8c55dfaec64c500cec Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 20 May 2022 13:38:37 +0200 Subject: [PATCH] remove rule for debugging --- .gitlab-ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7e7d679..c001b11 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,15 +44,16 @@ pypi-stable: clojure-image-test-publish: image: domaindrivenarchitecture/devops-build:latest stage: image - rules: - - if: '$CI_COMMIT_TAG != null' + # JUST FOR DEBUGGING + #rules: + # - if: '$CI_COMMIT_TAG != null' script: - cd infrastructure/clojure && pyb image test publish devops-build-image-test-publish: image: domaindrivenarchitecture/devops-build:latest stage: image - rules: - - if: '$CI_COMMIT_TAG != null' + #rules: + # - if: '$CI_COMMIT_TAG != null' script: - cd infrastructure/devops-build && pyb image test publish