Xcode Sever Bot Automate Git Pull

94 Views Asked by At

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?

1

There are 1 best solutions below

0
NicholasByDesign On

I ended up writing a shell script outside of Xcode, then the bot would call that script for a typical git pull.