I have a Xcode server instance with a bot that runs a few operations. I would like to add git pull.
I have tried a few basic solutions that have failed. Looking for suggestions if this is possible. If so is there a script example, if not what would be an alternative?
I ended up writing a shell script outside of Xcode, then the bot would call that script for a typical
git pull.