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
32 lines
688 B
resource_types:
|
|
- name: curl
|
|
type: docker-image
|
|
source:
|
|
repository: pivotalservices/concourse-curl-resource
|
|
|
|
resources:
|
|
- name: single-file
|
|
type: curl
|
|
check_every: 1m
|
|
source:
|
|
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
|
|
filename: pcf-sandbox.json
|
|
jobs:
|
|
- name: run-and-get-file
|
|
plan:
|
|
- task: run-and-get-file
|
|
config:
|
|
platform: linux
|
|
image_resource:
|
|
type: docker-image
|
|
source:
|
|
repository: ubuntu
|
|
tag: "latest"
|
|
inputs:
|
|
- single-file
|
|
run:
|
|
path: sh
|
|
args:
|
|
- -exc
|
|
- |
|
|
find .
|