Skip to content

Commit 2186d4f

Browse files
Merge v1.20 into v1.x (#1465)
2 parents 4af38e6 + 0f9049d commit 2186d4f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.evergreen/config/functions.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -84,19 +84,15 @@ functions:
8484
content_type: ${content_type|application/x-gzip}
8585
permissions: public-read
8686
local_file: ${build_id}.tar.gz
87-
remote_file: mongo-php-driver/${build_variant}/${revision}/${task_name}/${version}.tar.gz
88-
# TODO: Use separate folder for the library once it exists
89-
# remote_file: ${project}/${build_variant}/${revision}/${task_name}/${version}.tar.gz
87+
remote_file: mongo-php-driver/${build_variant}/${revision}/${task_name}/${version_id}.tar.gz
9088

9189
"fetch extension":
9290
- command: s3.get
9391
params:
9492
aws_key: ${aws_key}
9593
aws_secret: ${aws_secret}
9694
bucket: mciuploads
97-
# TODO: Use separate folder for the library once it exists
98-
remote_file: mongo-php-driver/${FETCH_BUILD_VARIANT}/${revision}/${FETCH_BUILD_TASK}/${version}.tar.gz
99-
# remote_file: ${project}/${FETCH_BUILD_VARIANT}/${revision}/${FETCH_BUILD_TASK}/${version}.tar.gz
95+
remote_file: mongo-php-driver/${FETCH_BUILD_VARIANT}/${revision}/${FETCH_BUILD_TASK}/${version_id}.tar.gz
10096
local_file: build.tar.gz
10197
- command: archive.targz_extract
10298
params:

0 commit comments

Comments
 (0)