Advertisement
Guest User

Untitled

a guest
Sep 5th, 2017
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. version: 2
  2. jobs:
  3. build:
  4. docker:
  5. - image: buggtb/circleci-juju
  6.  
  7. working_directory: /root/repo
  8.  
  9. environment:
  10. # Customize the JVM maximum heap limit
  11. PUSH_TARGET: ~spiculecharms/openldap
  12. RELEASE_CHANNEL: edge
  13. TERM: linux
  14. TERMINFO: /etc/terminfo
  15.  
  16. steps:
  17. - checkout
  18. - setup_remote_docker
  19. - run: apt -y update
  20. - run: /run.sh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement