Skip to content

Commit e982044

Browse files
authored
[Tooling] Remove explicit bot name from use-bot-for-git call (#1712)
2 parents aa90cf6 + 8cde96e commit e982044

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.buildkite/release-pipelines/complete-code-freeze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ steps:
1212
plugins: [$CI_TOOLKIT_PLUGIN]
1313
command: |
1414
echo '--- :robot_face: Use bot for Git operations'
15-
source use-bot-for-git wpmobilebot
15+
source use-bot-for-git
1616
1717
echo '--- :git: Checkout release branch'
1818
.buildkite/commands/checkout-release-branch.sh

.buildkite/release-pipelines/finalize-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ steps:
66
plugins: [$CI_TOOLKIT_PLUGIN]
77
command: |
88
echo '--- :robot_face: Use bot for git operations'
9-
source use-bot-for-git wpmobilebot
9+
source use-bot-for-git
1010
1111
echo '--- :git: Checkout Release Branch'
1212
.buildkite/commands/checkout-release-branch.sh

.buildkite/release-pipelines/new-beta-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ steps:
66
plugins: [$CI_TOOLKIT_PLUGIN]
77
command: |
88
echo '--- :robot_face: Use bot for Git operations'
9-
source use-bot-for-git wpmobilebot
9+
source use-bot-for-git
1010
1111
echo '--- :git: Checkout release branch'
1212
.buildkite/commands/checkout-release-branch.sh

.buildkite/release-pipelines/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ steps:
66
plugins: [$CI_TOOLKIT_PLUGIN]
77
command: |
88
echo '--- :robot_face: Use bot for git operations'
9-
source use-bot-for-git wpmobilebot
9+
source use-bot-for-git
1010
1111
echo '--- :git: Checkout Release Branch'
1212
.buildkite/commands/checkout-release-branch.sh

.buildkite/release-pipelines/start-code-freeze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ steps:
1111
queue: tumblr-metal
1212
command: |
1313
echo '--- :robot_face: Use bot for Git operations'
14-
source use-bot-for-git wpmobilebot
14+
source use-bot-for-git
1515
1616
echo '--- :ruby: Setup Ruby Tools'
1717
install_gems

0 commit comments

Comments
 (0)