github.com/loggregator/cli@v6.33.1-0.20180224010324-82334f081791+incompatible/ci/cli-release/tasks/copy-certificates.yml (about)

     1  ---
     2  platform: linux
     3  
     4  image_resource:
     5    type: docker-image
     6    source:
     7      repository: cfcli/cli-package
     8  
     9  params:
    10    CERT_PATH:
    11  
    12  inputs:
    13    - name: certificates-osx
    14  
    15  outputs:
    16    - name: certificates
    17  
    18  run:
    19    path: bash
    20    args:
    21    - -c
    22    - |
    23      set -ex
    24  
    25      cp -a certificates-osx/* certificates