Update .gitlab-ci.yml file

This commit is contained in:
amevarashi 2024-04-28 14:11:08 +00:00
parent 863dfc71dc
commit 6aac2836bb
1 changed files with 4 additions and 4 deletions

View File

@ -122,10 +122,10 @@ build:
release_dev: release_dev:
stage: deploy stage: deploy
image: registry.gitlab.com/gitlab-org/release-cli:latest image: registry.gitlab.com/gitlab-org/release-cli:latest
rules: # rules:
- if: $CI_COMMIT_TAG # - if: $CI_COMMIT_TAG
when: never # Do not run this job when a tag is created manually # 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 # - if: $CI_COMMIT_BRANCH == "ci-test" # Run this job when commits are pushed or merged to the dev branch
script: script:
- echo "running release_job for TAG" - echo "running release_job for TAG"
release: # See https://docs.gitlab.com/ee/ci/yaml/#release for available properties release: # See https://docs.gitlab.com/ee/ci/yaml/#release for available properties