Skip to content

Commit

Permalink
[Tooling] Remove explicit bot name from use-bot-for-git call (#1712)
Browse files Browse the repository at this point in the history
  • Loading branch information
iangmaia authored Oct 31, 2024
2 parents aa90cf6 + 8cde96e commit e982044
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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 @@ -12,7 +12,7 @@ steps:
plugins: [$CI_TOOLKIT_PLUGIN]
command: |
echo '--- :robot_face: Use bot for Git operations'
source use-bot-for-git wpmobilebot
source use-bot-for-git
echo '--- :git: Checkout release branch'
.buildkite/commands/checkout-release-branch.sh
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 @@ -6,7 +6,7 @@ steps:
plugins: [$CI_TOOLKIT_PLUGIN]
command: |
echo '--- :robot_face: Use bot for git operations'
source use-bot-for-git wpmobilebot
source use-bot-for-git
echo '--- :git: Checkout Release Branch'
.buildkite/commands/checkout-release-branch.sh
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 @@ -6,7 +6,7 @@ steps:
plugins: [$CI_TOOLKIT_PLUGIN]
command: |
echo '--- :robot_face: Use bot for Git operations'
source use-bot-for-git wpmobilebot
source use-bot-for-git
echo '--- :git: Checkout release branch'
.buildkite/commands/checkout-release-branch.sh
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 @@ -6,7 +6,7 @@ steps:
plugins: [$CI_TOOLKIT_PLUGIN]
command: |
echo '--- :robot_face: Use bot for git operations'
source use-bot-for-git wpmobilebot
source use-bot-for-git
echo '--- :git: Checkout Release Branch'
.buildkite/commands/checkout-release-branch.sh
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:
queue: tumblr-metal
command: |
echo '--- :robot_face: Use bot for Git operations'
source use-bot-for-git wpmobilebot
source use-bot-for-git
echo '--- :ruby: Setup Ruby Tools'
install_gems
Expand Down

0 comments on commit e982044

Please sign in to comment.