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.

32 lines
688 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. check_every: 1m
  10. source:
  11. 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
  12. filename: pcf-sandbox.json
  13. jobs:
  14. - name: run-and-get-file
  15. plan:
  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. - single-file
  26. run:
  27. path: sh
  28. args:
  29. - -exc
  30. - |
  31. find .