File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -84,19 +84,15 @@ functions:
84
84
content_type : ${content_type|application/x-gzip}
85
85
permissions : public-read
86
86
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
90
88
91
89
" fetch extension " :
92
90
- command : s3.get
93
91
params :
94
92
aws_key : ${aws_key}
95
93
aws_secret : ${aws_secret}
96
94
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
100
96
local_file : build.tar.gz
101
97
- command : archive.targz_extract
102
98
params :
You can’t perform that action at this time.
0 commit comments