Skip to content

Commit

Permalink
Merge v1.20 into v1.x (#1465)
Browse files Browse the repository at this point in the history
  • Loading branch information
mongodb-php-bot authored Sep 26, 2024
2 parents 4af38e6 + 0f9049d commit 2186d4f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .evergreen/config/functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,19 +84,15 @@ functions:
content_type: ${content_type|application/x-gzip}
permissions: public-read
local_file: ${build_id}.tar.gz
remote_file: mongo-php-driver/${build_variant}/${revision}/${task_name}/${version}.tar.gz
# TODO: Use separate folder for the library once it exists
# remote_file: ${project}/${build_variant}/${revision}/${task_name}/${version}.tar.gz
remote_file: mongo-php-driver/${build_variant}/${revision}/${task_name}/${version_id}.tar.gz

"fetch extension":
- command: s3.get
params:
aws_key: ${aws_key}
aws_secret: ${aws_secret}
bucket: mciuploads
# TODO: Use separate folder for the library once it exists
remote_file: mongo-php-driver/${FETCH_BUILD_VARIANT}/${revision}/${FETCH_BUILD_TASK}/${version}.tar.gz
# remote_file: ${project}/${FETCH_BUILD_VARIANT}/${revision}/${FETCH_BUILD_TASK}/${version}.tar.gz
remote_file: mongo-php-driver/${FETCH_BUILD_VARIANT}/${revision}/${FETCH_BUILD_TASK}/${version_id}.tar.gz
local_file: build.tar.gz
- command: archive.targz_extract
params:
Expand Down

0 comments on commit 2186d4f

Please sign in to comment.