File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments