From 12af69d11a50bd8b961bf1d4413d1e1a844f605e Mon Sep 17 00:00:00 2001 From: amevarashi Date: Sun, 28 Apr 2024 14:42:48 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5a72652..ae59f7f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -131,5 +131,5 @@ release_dev: release: # See https://docs.gitlab.com/ee/ci/yaml/#release for available properties tag_name: 'test-build-$CI_PIPELINE_IID' # The version is incremented per pipeline. description: 'Automated release based on commit $CI_COMMIT_SHA' - ref: '$CI_COMMIT_SHA' # The tag is created from the pipeline SHA. +# ref: '$CI_COMMIT_SHA' # The tag is created from the pipeline SHA.