mirror of https://github.com/mongodb/mongo
SERVER-102489: Remove old Olson tzdb publish (#33676)
GitOrigin-RevId: 769f894b71431a2407dbeef097538368bbabd134
This commit is contained in:
parent
61006a74a6
commit
d2ff3edfdf
|
|
@ -12,18 +12,6 @@ functions:
|
||||||
cp timezonedb.zip timezonedb-latest.zip
|
cp timezonedb.zip timezonedb-latest.zip
|
||||||
|
|
||||||
"publish":
|
"publish":
|
||||||
- command: s3.put
|
|
||||||
params:
|
|
||||||
aws_key: ${aws_key}
|
|
||||||
aws_secret: ${aws_secret}
|
|
||||||
local_files_include_filter:
|
|
||||||
- src/src/third_party/timelib/dist/zones/timezonedb-*.zip
|
|
||||||
remote_file: olson_tz_db/
|
|
||||||
bucket: downloads.mongodb.org
|
|
||||||
permissions: public-read
|
|
||||||
content_type: application/zip
|
|
||||||
display_name: timezonedb.zip
|
|
||||||
"publish-new":
|
|
||||||
- command: ec2.assume_role
|
- command: ec2.assume_role
|
||||||
params:
|
params:
|
||||||
role_arn: "arn:aws:iam::119629040606:role/s3-access.cdn-origin-olson-timezone-database"
|
role_arn: "arn:aws:iam::119629040606:role/s3-access.cdn-origin-olson-timezone-database"
|
||||||
|
|
@ -45,7 +33,6 @@ tasks:
|
||||||
commands:
|
commands:
|
||||||
- func: "fetch source"
|
- func: "fetch source"
|
||||||
- func: "publish"
|
- func: "publish"
|
||||||
- func: "publish-new"
|
|
||||||
|
|
||||||
buildvariants:
|
buildvariants:
|
||||||
- name: linux-64
|
- name: linux-64
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue