Skip to content

Commit

Permalink
Add pipeline for release publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
iangmaia committed Aug 29, 2024
1 parent 26b37a4 commit 8e9d219
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .buildkite/release-pipelines/publish-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
agents:
queue: "android"

steps:
- label: "Publish Release"
plugins:
- $CI_TOOLKIT
command: |
echo '--- :robot_face: Use bot for git operations'
source use-bot-for-git
echo '--- :git: Checkout Release Branch'
.buildkite/commands/checkout-release-branch.sh
echo '--- :ruby: Setup Ruby Tools'
install_gems
echo '--- :package: Publish Release'
bundle exec fastlane publish_release_and_cleanup skip_confirm:true
agents:
queue: "tumblr-metal"
retry:
manual:
# If those jobs fail, one should always prefer re-triggering a new build from ReleaseV2 rather than retrying the individual job from Buildkite
allowed: false

0 comments on commit 8e9d219

Please sign in to comment.