You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
698 B

7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
  1. resource_types:
  2. - name: curl
  3. type: docker-image
  4. source:
  5. repository: pivotalservices/concourse-curl-resource
  6. resources:
  7. - name: single-file
  8. type: curl
  9. source:
  10. url: https://s3-us-west-1.amazonaws.com/lsilva-bpws/PCF_usage/pcf-sandbox-usage-from-2016-09-01-to-2016-09-30_1475771124.json
  11. filename: pcf-sandbox.json
  12. jobs:
  13. - name: run-and-get-file
  14. plan:
  15. - get: single-file
  16. - task: run-and-get-file
  17. config:
  18. platform: linux
  19. image_resource:
  20. type: docker-image
  21. source:
  22. repository: ubuntu
  23. tag: "latest"
  24. inputs:
  25. - name: single-file
  26. run:
  27. path: sh
  28. args:
  29. - -exc
  30. - |
  31. find .