Skip to content

Commit f169444

Browse files
authored
Add missing new-beta-release.yml pipeline (#1704)
2 parents 7f57fe6 + bb5eb3a commit f169444

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json
2+
---
3+
4+
steps:
5+
- label: "New Beta Release"
6+
plugins: [$CI_TOOLKIT_PLUGIN]
7+
command: |
8+
echo '--- :robot_face: Use bot for Git operations'
9+
source use-bot-for-git wpmobilebot
10+
11+
echo '--- :git: Checkout release branch'
12+
.buildkite/commands/checkout-release-branch.sh
13+
14+
echo '--- :ruby: Set up Ruby Tools'
15+
install_gems
16+
17+
echo '--- :closed_lock_with_key: Access secrets'
18+
bundle exec fastlane run configure_apply
19+
20+
echo '--- :shipit: New Beta Release'
21+
bundle exec fastlane new_beta_release skip_confirm:true
22+
agents:
23+
queue: tumblr-metal
24+
retry:
25+
manual:
26+
# If failed, we prefer retrying via ReleaseV2 rather than Buildkite.
27+
# Rationale: ReleaseV2 is the source of truth for the process and track links to the various builds.
28+
allowed: false

0 commit comments

Comments
 (0)