@@ -45,7 +45,7 @@ functions:
45
45
CURRENT_VERSION=latest
46
46
fi
47
47
48
- export DRIVERS_TOOLS="$(pwd)/.. /drivers-tools"
48
+ export DRIVERS_TOOLS="$(dirname $( pwd)) /drivers-tools"
49
49
export PROJECT_DIRECTORY="$(pwd)"
50
50
51
51
# Python has cygwin path problems on Windows. Detect prospective mongo-orchestration home directory
@@ -182,7 +182,7 @@ functions:
182
182
params :
183
183
aws_key : ${aws_key}
184
184
aws_secret : ${aws_secret}
185
- local_file : ${PROJECT_DIRECTORY} /doc/html/index.html
185
+ local_file : src /doc/html/index.html
186
186
remote_file : ${UPLOAD_BUCKET}/docs/${CURRENT_VERSION}/index.html
187
187
bucket : mciuploads
188
188
permissions : public-read
@@ -194,7 +194,7 @@ functions:
194
194
params :
195
195
aws_key : ${aws_key}
196
196
aws_secret : ${aws_secret}
197
- local_file : ${PROJECT_DIRECTORY} /.coverage
197
+ local_file : src /.coverage
198
198
optional : true
199
199
# Upload the coverage report for all tasks in a single build to the same directory.
200
200
remote_file : ${UPLOAD_BUCKET}/coverage/${revision}/${version_id}/coverage/coverage.${build_variant}.${task_name}
@@ -238,7 +238,7 @@ functions:
238
238
params :
239
239
aws_key : ${aws_key}
240
240
aws_secret : ${aws_secret}
241
- local_file : ${PROJECT_DIRECTORY} /htmlcov/index.html
241
+ local_file : src /htmlcov/index.html
242
242
remote_file : ${UPLOAD_BUCKET}/coverage/${revision}/${version_id}/htmlcov/index.html
243
243
bucket : mciuploads
244
244
permissions : public-read
@@ -267,7 +267,7 @@ functions:
267
267
params :
268
268
aws_key : ${aws_key}
269
269
aws_secret : ${aws_secret}
270
- local_file : ${PROJECT_DIRECTORY} /scan.html
270
+ local_file : src /scan.html
271
271
remote_file : ${UPLOAD_BUCKET}/${build_variant}/${revision}/${version_id}/${build_id}/scan/index.html
272
272
bucket : mciuploads
273
273
permissions : public-read
@@ -294,7 +294,7 @@ functions:
294
294
params :
295
295
aws_key : ${aws_key}
296
296
aws_secret : ${aws_secret}
297
- local_file : ${DRIVERS_TOOLS} /.evergreen/orchestration/server.log
297
+ local_file : drivers-tools /.evergreen/orchestration/server.log
298
298
remote_file : ${UPLOAD_BUCKET}/${build_variant}/${revision}/${version_id}/${build_id}/logs/${task_id}-${execution}-orchestration.log
299
299
bucket : mciuploads
300
300
permissions : public-read
0 commit comments