Browse Source

Update sample pipeline file

master
lsilvapvt 7 years ago
parent
commit
689c06ba06
  1. 4
      README.md
  2. 4
      pipeline.yml

4
README.md

@ -32,8 +32,8 @@ resources:
- name: my-file
type: file-url
source:
url: https://raw.githubusercontent.com/pivotalservices/concourse-curl-resource/master/test/data/pivotal-1.0.0.txt
filename: pivotal-1.0.0.txt
url: http://www-us.apache.org/dist/lucene/java/5.5.4/lucene-5.5.4-src.tgz
filename: lucene-5.5.4-src.tgz
```
## Behavior

4
pipeline.yml

@ -9,8 +9,8 @@ resources:
- name: my-file-with-last-modified-info
type: file-url
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-usage.json
url: http://www-us.apache.org/dist/lucene/java/5.5.4/lucene-5.5.4-src.tgz
filename: lucene-5.5.4-src.tgz
- name: my-file-without-last-modified-info
type: file-url
source:

Loading…
Cancel
Save