17 lines
556 B
YAML
17 lines
556 B
YAML
blobs:
|
|
- provider: "s3"
|
|
bucket: "dl.influxdata.com"
|
|
region: "us-east-1"
|
|
folder: "platform/nightlies/"
|
|
extra_files:
|
|
- glob: ./changelog_artifacts/CHANGELOG.md
|
|
# Duplicating the contents to another folder in the bucket ensures
|
|
# scheme parity with release branches; eventually the artifacts should
|
|
# __only__ appear in the branch-specific folder
|
|
- provider: "s3"
|
|
bucket: "dl.influxdata.com"
|
|
region: "us-east-1"
|
|
folder: "platform/nightlies/master/"
|
|
extra_files:
|
|
- glob: ./changelog_artifacts/CHANGELOG.md
|