github.com/cloudfoundry-attic/cli-with-i18n@v6.32.1-0.20171002233121-7401370d3b85+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