Guest User

Untitled

a guest
Feb 28th, 2012
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. #Checkout source as at last prod deploy
  4.  
  5. tag=$(git tag | grep deploy-prod | tail -1)
  6.  
  7. git checkout $tag
Add Comment
Please, Sign In to add comment