From 2399f2af6465e3e40bcbb693f62d69a3a7c6efcd Mon Sep 17 00:00:00 2001 From: amevarashi Date: Sun, 28 Apr 2024 15:06:45 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0a6f26..7ccf58f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -127,9 +127,9 @@ release_dev: # when: never # Do not run this job when a tag is created manually # - if: $CI_COMMIT_BRANCH == "ci-test" # Run this job when commits are pushed or merged to the dev branch script: - - echo "running release_job for TAG" - 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_BRANCH' # The tag is created from the pipeline SHA. + - echo "running release_job for $CI_COMMIT_SHA" +# 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_BRANCH' # The tag is created from the pipeline SHA.