Skip to content

Commit 1183fa9

Browse files
authored
Fix build failures due to undefined S3 bucket (#1496)
1 parent 28dc314 commit 1183fa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.evergreen/config/functions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ functions:
103103
content_type: ${content_type|application/x-gzip}
104104
permissions: public-read
105105
local_file: ${build_id}.tar.gz
106-
remote_file: ${project}/${build_variant}/${revision}/${task_name}/${version}.tar.gz
106+
remote_file: mongo-php-driver/${build_variant}/${revision}/${task_name}/${version_id}.tar.gz
107107

108108
"fetch build":
109109
- command: subprocess.exec
@@ -118,7 +118,7 @@ functions:
118118
aws_key: ${aws_key}
119119
aws_secret: ${aws_secret}
120120
bucket: mciuploads
121-
remote_file: ${project}/${FETCH_BUILD_VARIANT}/${revision}/${FETCH_BUILD_TASK}/${version}.tar.gz
121+
remote_file: mongo-php-driver/${FETCH_BUILD_VARIANT}/${revision}/${FETCH_BUILD_TASK}/${version_id}.tar.gz
122122
local_file: build.tar.gz
123123
- command: archive.targz_extract
124124
params:

0 commit comments

Comments
 (0)