Skip to content

Instantly share code, notes, and snippets.

@trondkr
Created April 13, 2015 19:22
Show Gist options
  • Save trondkr/5c56c9952c2fbd4c3d51 to your computer and use it in GitHub Desktop.
Save trondkr/5c56c9952c2fbd4c3d51 to your computer and use it in GitHub Desktop.
Pod update Bamboo step 2
#!/bin/bash
cd ${bamboo.build.working.directory}
echo "Running pod install in directory: ${bamboo.build.working.directory}"
pod update
@trondkr
Copy link
Author

trondkr commented Apr 13, 2015

This is step 2 in Bamboo setup following automatic pull from github

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment