Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2017
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # These steps are for the do not work examples.
  2. # Build Step 1
  3. #
  4. echo "build 1"
  5. $keep_me = "fubar"
  6. echo "do more stuff"
  7. echo $keep_me
  8.  
  9.  
  10. # These steps are for the do not work examples.
  11. # Build Step 2
  12. #
  13. echo "build 2"
  14. echo "Did it make it"
  15. echo $Keep_me
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement