File tree 1 file changed +28
-0
lines changed
.buildkite/release-pipelines
1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments