From 2605ba523b715ee21c596a34b41969ae00b78caf Mon Sep 17 00:00:00 2001 From: Sinan Ta Date: Thu, 11 Jan 2024 15:22:33 +0100 Subject: [PATCH] remove rules --- .gitlab-ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7296a8e..3ebfeda 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,8 +13,4 @@ deploy: - gradle bootBuildImage --publishImage -PbuildbootDockerHostNetwork=true -Pversion=${TEST_BUILDVERSION} artifacts: reports: - dotenv: version.env - rules: - - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - - if: $CI_COMMIT_BRANCH =~ /^release/ - - if: $CI_COMMIT_TAG \ No newline at end of file + dotenv: version.env \ No newline at end of file