Skip to content

Commit

Permalink
Inline simplified complete-code-freeze.sh in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Sep 4, 2024
1 parent 4b6090e commit 757b268
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
12 changes: 0 additions & 12 deletions .buildkite/commands/complete-code-freeze.sh

This file was deleted.

12 changes: 11 additions & 1 deletion .buildkite/release-pipelines/complete-code-freeze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,17 @@ steps:
- label: Complete Code Freeze
key: complete_code_freeze
plugins: [$CI_TOOLKIT_PLUGIN]
command: .buildkite/commands/complete-code-freeze.sh $RELEASE_VERSION
command: |
.buildkite/commands/configure-environment.sh
echo '--- :git: Checkout release branch'
.buildkite/commands/checkout-release-branch.sh
echo '--- :closed_lock_with_key: Access secrets'
bundle exec fastlane run configure_apply
echo '--- :shipit: Complete code freeze'
bundle exec fastlane complete_code_freeze skip_confirm:true
retry:
manual:
# If failed, we prefer retrying via ReleaseV2 rather than Buildkite.
Expand Down

0 comments on commit 757b268

Please sign in to comment.