File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -186,25 +186,6 @@ functions:
186
186
${PREPARE_SHELL}
187
187
[ -f ${PROJECT_DIRECTORY}/${file} ] && sh ${PROJECT_DIRECTORY}/${file} || echo "${PROJECT_DIRECTORY}/${file} not available, skipping"
188
188
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
-
208
189
" upload coverage" :
209
190
- command : shell.exec
210
191
params :
You can’t perform that action at this time.
0 commit comments