-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |