Guest User

Untitled

a guest
May 26th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. version: 0.2
  2.  
  3. phases:
  4. pre_build:
  5. commands:
  6. - echo ...
  7. build:
  8. commands:
  9. - echo ...
  10. - >
  11. docker run
  12. -e PORT=$PORT
  13. -e FOO=$FOO
  14. -t $REPOSITORY_URI:latest make test
  15. - echo ...
  16. post_build:
  17. commands:
  18. - echo ...
Add Comment
Please, Sign In to add comment