Hi Everyone,
I’m looking through the build logs and I see the following for OS X images:
Installing Homebrew Packages
$ rvm $brew_ruby do brew bundle --verbose --global
/usr/local/bin/brew tap homebrew/bundle
==> Tapping homebrew/bundle
Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-bundle'...
remote: Enumerating objects: 93, done.
remote: Counting objects: 100% (93/93), done.
remote: Compressing objects: 100% (84/84), done.
remote: Total 93 (delta 4), reused 30 (delta 2), pack-reused 0
Receiving objects: 100% (93/93), 47.73 KiB | 2.98 MiB/s, done.
Resolving deltas: 100% (4/4), done.
Tapped (102 files, 251.5KB).
Error: Unknown command: bundle
I’m seeing it on the default OSX image. I have a key os: osx
, but I am not using osx_image:
key.
The job is here.
I don’t use Brew so I can’t say more about the issue.