Skip to content

Commit

Permalink
apidocs build
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Jul 31, 2024
1 parent 3df8e99 commit f7557e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ phases:
- bundle install
- bundle exec rdoc lib/*.rb
- cd ../../..
- rm -rf api
- mkdir -p api/java api/ruby
- cp -r target/site/apidocs/* api/java
- cp -r src/main/ruby/doc/* api/ruby
- rm -rf api/mrt-zk
- mkdir -p api/mrt-zk/java api/mrt-zk/ruby
- cp -r target/site/apidocs/* api/mrt-zk/java
- cp -r src/main/ruby/doc/* api/mrt-zk/ruby
- echo aws s3 cp --recursive api s3://${S3CFBUCKET}/api
- aws s3 cp --recursive api s3://${S3CFBUCKET}/api
- aws cloudfront create-invalidation --distribution-id ${CFDISTRIBUTIONID} --paths /* --region us-east-1
Expand Down

0 comments on commit f7557e5

Please sign in to comment.