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