github.com/randomtask1155/cli@v6.41.1-0.20181227003417-a98eed78cbde+incompatible/ci/infrastructure/tasks/combine-inputs.yml (about) 1 --- 2 platform: linux 3 4 image_resource: 5 type: docker-image 6 source: 7 repository: busybox 8 9 inputs: 10 - name: input1 11 - name: input2 12 13 outputs: 14 - name: combine_inputs_output 15 16 params: 17 COPY_PATHS: 18 19 run: 20 path: sh 21 args: 22 - -c 23 - | 24 set -eux 25 26 cp -r $COPY_PATHS combine_inputs_output