Skip to content

Commit a2be5c4

Browse files
derickrjmikola
authored andcommitted
Remove docs section (just to get it going after a rebase)
1 parent 8e47739 commit a2be5c4

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.evergreen/config.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -186,25 +186,6 @@ functions:
186186
${PREPARE_SHELL}
187187
[ -f ${PROJECT_DIRECTORY}/${file} ] && sh ${PROJECT_DIRECTORY}/${file} || echo "${PROJECT_DIRECTORY}/${file} not available, skipping"
188188
189-
"upload docs" :
190-
- command: shell.exec
191-
params:
192-
silent: true
193-
script: |
194-
export AWS_ACCESS_KEY_ID=${aws_key}
195-
export AWS_SECRET_ACCESS_KEY=${aws_secret}
196-
aws s3 cp ${PROJECT_DIRECTORY}/doc/html s3://mciuploads/${UPLOAD_BUCKET}/docs/${CURRENT_VERSION} --recursive --acl public-read --region us-east-1
197-
- command: s3.put
198-
params:
199-
aws_key: ${aws_key}
200-
aws_secret: ${aws_secret}
201-
local_file: ${PROJECT_DIRECTORY}/doc/html/index.html
202-
remote_file: ${UPLOAD_BUCKET}/docs/${CURRENT_VERSION}/index.html
203-
bucket: mciuploads
204-
permissions: public-read
205-
content_type: text/html
206-
display_name: "Rendered docs"
207-
208189
"upload coverage" :
209190
- command: shell.exec
210191
params:

0 commit comments

Comments
 (0)