Skip to content

Commit d9660be

Browse files
committed
Use the shared setup CI script in the complete code freeze step
1 parent 47fb8f4 commit d9660be

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.buildkite/commands/complete-code-freeze.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ source use-bot-for-git
1212

1313
.buildkite/commands/checkout-release-branch.sh "$RELEASE_NUMBER"
1414

15-
echo '--- :ruby: Setup Ruby tools'
16-
install_gems
17-
18-
echo "--- :swift: Set up Swift Packages"
19-
install_swiftpm_dependencies
15+
"$(dirname "${BASH_SOURCE[0]}")/shared-set-up.sh"
2016

2117
echo '--- :closed_lock_with_key: Access secrets'
2218
bundle exec fastlane run configure_apply

0 commit comments

Comments
 (0)