From 94b00cb7ff7c1506629932f5c01343eb9833c2b5 Mon Sep 17 00:00:00 2001 From: Slava Date: Sat, 26 Aug 2023 22:06:28 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e68bd9a..036a948 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ release_job: image: registry.gitlab.com/gitlab-org/release-cli:latest only: - - "data/.*" + - "data/*" - "modinfo.lua" - "thumb.png" - $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH @@ -15,10 +15,6 @@ release_job: script: - echo "Release WPE 2.0_$CI_COMMIT_SHORT_SHA" - - rm -rf .vs - - rm .gitlab-ci.yml - - rm CHANGELOG - - rm README.md release: tag_name: v2.0.$CI_PIPELINE_IID