github.com/dcarley/cf-cli@v6.24.1-0.20170220111324-4225ff346898+incompatible/ci/cli-release/tasks/obtain-certificates.yml (about)

     1  ---
     2  platform: darwin
     3  
     4  image: docker:///cloudfoundry/cli-ci
     5  
     6  params:
     7    CERT_PATH:
     8  
     9  outputs:
    10  - name: certificates-osx
    11  
    12  run:
    13    path: bash
    14    args:
    15    - -c
    16    - |
    17      set -ex
    18  
    19      cp -a $CERT_PATH/* certificates-osx