File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -135,12 +135,12 @@ functions:
135
135
params :
136
136
script : |
137
137
${PREPARE_SHELL}
138
- find $MONGO_ORCHESTRATION_HOME -name \*.log | xargs tar czf ${PROJECT_DIRECTORY}/ mongodb-logs.tar.gz
138
+ find $MONGO_ORCHESTRATION_HOME -name \*.log | xargs tar czf mongodb-logs.tar.gz
139
139
- command : s3.put
140
140
params :
141
141
aws_key : ${aws_key}
142
142
aws_secret : ${aws_secret}
143
- local_file : ${PROJECT_DIRECTORY}/ mongodb-logs.tar.gz
143
+ local_file : mongodb-logs.tar.gz
144
144
remote_file : ${UPLOAD_BUCKET}/${build_variant}/${revision}/${version_id}/${build_id}/logs/${task_id}-${execution}-mongodb-logs.tar.gz
145
145
bucket : mciuploads
146
146
permissions : public-read
@@ -150,7 +150,7 @@ functions:
150
150
params :
151
151
aws_key : ${aws_key}
152
152
aws_secret : ${aws_secret}
153
- local_file : ${DRIVERS_TOOLS} /.evergreen/orchestration/server.log
153
+ local_file : drivers-tools /.evergreen/orchestration/server.log
154
154
remote_file : ${UPLOAD_BUCKET}/${build_variant}/${revision}/${version_id}/${build_id}/logs/${task_id}-${execution}-orchestration.log
155
155
bucket : mciuploads
156
156
permissions : public-read
You can’t perform that action at this time.
0 commit comments