github.com/pf-qiu/concourse/v6@v6.7.3-0.20201207032516-1f455d73275f/topgun/tasks/input-output.yml (about)

     1  ---
     2  platform: linux
     3  
     4  image_resource:
     5    type: mock
     6    source: {mirror_self: true}
     7  
     8  inputs:
     9  - name: some-input
    10  
    11  outputs:
    12  - name: some-output
    13  
    14  run:
    15    path: sh
    16    args:
    17    - -c
    18    - |
    19      find some-input/
    20      echo hello > some-output/some-output-file