Skip to content

Commit

Permalink
chore(ci): temporarily disable cherry-pick check
Browse files Browse the repository at this point in the history
(cherry picked from commit da2d3e5)
  • Loading branch information
vdovhanych committed May 28, 2024
1 parent e26f43f commit bd8bff9
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions ci/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
suite codesign deploy staging-suite:
stage: deploy to staging
needs:
- release commit messages
- suite-web build stable codesign
- suite-desktop build mac codesign
- suite-desktop build linux codesign
Expand Down Expand Up @@ -34,7 +33,6 @@ suite codesign deploy staging-suite:
suite-desktop deploy autoupdate test:
stage: deploy to dev
needs:
- release commit messages
- suite-desktop build mac codesign
- suite-desktop build linux codesign
- suite-desktop build windows codesign
Expand All @@ -55,7 +53,6 @@ suite-desktop deploy autoupdate test:
suite-desktop github release:
stage: deploy to production
needs:
- release commit messages
- suite-desktop build mac codesign
- suite-desktop build linux codesign
- suite-desktop build windows codesign
Expand All @@ -74,16 +71,16 @@ suite-desktop github release:
tags:
- deploy

release commit messages:
stage: setup environment
only:
refs:
- /^release\//
- codesign
variables:
GIT_DEPTH: 300
script:
- ci/scripts/check_release_commit_messages.sh
# release commit messages:
# stage: setup environment
# only:
# refs:
# - /^release\//
# - codesign
# variables:
# GIT_DEPTH: 300
# script:
# - ci/scripts/check_release_commit_messages.sh

# Messaging system deploy to production
msg-system codesign deploy:
Expand Down

0 comments on commit bd8bff9

Please sign in to comment.