Skip to content

Commit 19ef529

Browse files
committed
esp/ci: Makes osx_code_sign job to run on release tag
1 parent 7ec8229 commit 19ef529

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -690,8 +690,7 @@ style_check:
690690

691691
osx_code_sign:
692692
stage: pre_release
693-
only:
694-
- master
693+
<<: *release_tag_filter
695694
when: on_success
696695
tags:
697696
- macos_shell
@@ -740,8 +739,6 @@ release_tag_draft:
740739
stage: release_stage1
741740
<<: *release_tag_filter
742741
when: on_success
743-
dependencies:
744-
- osx_code_sign
745742
script:
746743
- *add_gh_key_remote
747744
- git push github --force ${CI_COMMIT_TAG}

0 commit comments

Comments
 (0)