mapdata/ci/tasks/downloadFiles.yml

platform: linux

image_resource:

  type: docker-image

  source: {repository: ubuntu}

inputs:

  - name: mapdata

  - name: version

outputs:

  - name: mapload

run:

  path: bash

  args: ["mapdata/ci/scripts/mapDownload.sh"]

猜你喜欢

转载自jxee.iteye.com/blog/2377489
yml
ci