daily pastebin goal
25%
SHARE
TWEET

Untitled

a guest Sep 5th, 2017 104 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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
RAW Paste Data
Top