I'm setting up CI for a project using CocoaPods. I set up Xcode server locally on my Mac. Pod directory is not under source control, so put
pod install
in my 'Before Integration' script for my Bot, and got 'pod: command not found' error.
I certainly have pods installed on my machine, how do I make it visible for the server?