From 9276028a122b6dc273ba1944eef9302389883d33 Mon Sep 17 00:00:00 2001 From: Dimitrios Giannopoulos Date: Tue, 19 Dec 2023 10:02:30 +0000 Subject: [PATCH] removed rules for testing purposes --- ci-templates/default.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ci-templates/default.yml b/ci-templates/default.yml index 99595b5..fe3bdc3 100644 --- a/ci-templates/default.yml +++ b/ci-templates/default.yml @@ -17,7 +17,6 @@ stages: else export APP_VERSION=$DEFAULT_TAG fi - rules: - - if: $CI_COMMIT_REF_NAME == "main" - - if: $CI_COMMIT_REF_NAME == "develop" - - if: $CI_COMMIT_REF_NAME == "12-create-a-pipeline-to-build-and-publish-the-docker-image-in-gitlab-registry" \ No newline at end of file + # rules: + # - if: $CI_COMMIT_REF_NAME == "main" + # - if: $CI_COMMIT_REF_NAME == "develop" \ No newline at end of file -- GitLab