Skip to content

Commit

Permalink
Inlinie configure-environment.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Sep 4, 2024
1 parent 230b506 commit ad15411
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .buildkite/commands/configure-environment.sh

This file was deleted.

6 changes: 5 additions & 1 deletion .buildkite/release-pipelines/complete-code-freeze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,15 @@ steps:
key: complete_code_freeze
plugins: [$CI_TOOLKIT_PLUGIN]
command: |
.buildkite/commands/configure-environment.sh
echo '--- :git: Configure Git for Release Management'
.buildkite/commands/configure-git-for-release-management.sh
echo '--- :git: Checkout release branch'
.buildkite/commands/checkout-release-branch.sh
echo '--- :ruby: Set up Ruby Tools'
install_gems
echo '--- :closed_lock_with_key: Access secrets'
bundle exec fastlane run configure_apply
Expand Down

0 comments on commit ad15411

Please sign in to comment.