Skip to content

Commit

Permalink
Inline the use-bot-for-git script sourcing
Browse files Browse the repository at this point in the history
  • Loading branch information
iangmaia committed Jul 4, 2024
1 parent 2899ec5 commit db4b88f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .buildkite/code-freeze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ steps:
- label: "Code Freeze"
plugins: [$CI_TOOLKIT]
command: |
source .buildkite/commands/configure-git-for-release-management.sh
source use-bot-for-git
install_gems
Expand Down
11 changes: 0 additions & 11 deletions .buildkite/commands/configure-git-for-release-management.sh

This file was deleted.

3 changes: 2 additions & 1 deletion .buildkite/complete-code-freeze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ steps:
- label: "Complete Code Freeze"
plugins: [$CI_TOOLKIT]
command: |
source .buildkite/commands/configure-git-for-release-management.sh
source use-bot-for-git
.buildkite/commands/checkout-release-branch.sh
install_gems
Expand Down
3 changes: 2 additions & 1 deletion .buildkite/finalize-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ steps:
- label: "Finalize release"
plugins: [$CI_TOOLKIT]
command: |
source .buildkite/commands/configure-git-for-release-management.sh
source use-bot-for-git
.buildkite/commands/checkout-release-branch.sh
install_gems
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/new-beta-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ steps:
- label: "New Beta Release"
plugins: [$CI_TOOLKIT]
command: |
source .buildkite/commands/configure-git-for-release-management.sh
source use-bot-for-git
install_gems
Expand Down
3 changes: 2 additions & 1 deletion .buildkite/update-release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ steps:
- label: "Update release notes"
plugins: [$CI_TOOLKIT]
command: |
source .buildkite/commands/configure-git-for-release-management.sh
source use-bot-for-git
.buildkite/commands/checkout-editorial-branch.sh
install_gems
Expand Down

0 comments on commit db4b88f

Please sign in to comment.