Skip to content

Commit

Permalink
esp/ci: Makes osx_code_sign job to run on release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gerekon committed Jul 20, 2021
1 parent 7ec8229 commit 19ef529
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -690,8 +690,7 @@ style_check:

osx_code_sign:
stage: pre_release
only:
- master
<<: *release_tag_filter
when: on_success
tags:
- macos_shell
Expand Down Expand Up @@ -740,8 +739,6 @@ release_tag_draft:
stage: release_stage1
<<: *release_tag_filter
when: on_success
dependencies:
- osx_code_sign
script:
- *add_gh_key_remote
- git push github --force ${CI_COMMIT_TAG}
Expand Down

0 comments on commit 19ef529

Please sign in to comment.