Skip to content

Commit

Permalink
Fix wrong evergreen variable for version (#1464)
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus authored Sep 26, 2024
1 parent 75da9ea commit 0f9049d
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 0f9049d

Please sign in to comment.