Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Gio Lodi <[email protected]>
  • Loading branch information
iangmaia and mokagio committed Nov 4, 2024
1 parent 847120e commit 8731800
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .buildkite/release-pipelines/complete-code-freeze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ steps:
- label: Complete Code Freeze
plugins: [$CI_TOOLKIT]
command: |
echo '--- :robot_face: Use bot for git operations'
echo '--- :robot_face: Use bot for Git operations'
source use-bot-for-git
echo '--- :git: Checkout Release Branch'
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/release-pipelines/finalize-hotfix-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ steps:
- label: Finalize Hotfix Release
plugins: [$CI_TOOLKIT]
command: |
echo '--- :robot_face: Use bot for git operations'
echo '--- :robot_face: Use bot for Git operations'
source use-bot-for-git
echo '--- :git: Checkout Release Branch'
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/release-pipelines/finalize-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ steps:
- label: Finalize Release
plugins: [$CI_TOOLKIT]
command: |
echo '--- :robot_face: Use bot for git operations'
echo '--- :robot_face: Use bot for Git operations'
source use-bot-for-git
echo '--- :git: Checkout Release Branch'
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/release-pipelines/new-beta-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ steps:
- label: New Beta Release
plugins: [$CI_TOOLKIT]
command: |
echo '--- :robot_face: Use bot for git operations'
echo '--- :robot_face: Use bot for Git operations'
source use-bot-for-git
echo '--- :git: Checkout Release Branch'
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/release-pipelines/new-hotfix-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ steps:
- label: New Hotfix Release
plugins: [$CI_TOOLKIT]
command: |
echo '--- :robot_face: Use bot for git operations'
echo '--- :robot_face: Use bot for Git operations'
source use-bot-for-git
echo '--- :ruby: Setup Ruby Tools'
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/release-pipelines/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ steps:
- label: Publish Release
plugins: [$CI_TOOLKIT]
command: |
echo '--- :robot_face: Use bot for git operations'
echo '--- :robot_face: Use bot for Git operations'
source use-bot-for-git
echo '--- :git: Checkout Release Branch'
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/release-pipelines/start-code-freeze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ steps:
- label: Start Code Freeze
plugins: [$CI_TOOLKIT]
command: |
echo '--- :robot_face: Use bot for git operations'
echo '--- :robot_face: Use bot for Git operations'
source use-bot-for-git
echo '--- :ruby: Setup Ruby Tools'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ steps:
- label: Update Metadata on App Store Connect
plugins: [$CI_TOOLKIT]
command: |
echo '--- :robot_face: Use bot for git operations'
echo '--- :robot_face: Use bot for Git operations'
source use-bot-for-git
echo '--- :git: Checkout Release Branch'
Expand Down

0 comments on commit 8731800

Please sign in to comment.