Skip to content

Commit

Permalink
Add workaround for testing until Xcode 13.1 VM is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
derekblank committed Oct 6, 2022
1 parent 40a17c8 commit a8eaa50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildkite/commands/build-for-testing.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/bin/bash -eu

# FIXIT-13.1: Temporary fix until we're on the Xcode 13.1 VM
echo "--- :rubygems: Fixing Ruby Setup"
gem install bundler

echo "--- :rubygems: Setting up Gems"
install_gems

Expand Down

0 comments on commit a8eaa50

Please sign in to comment.