Skip to content

Commit

Permalink
feat: make generation run with base/
Browse files Browse the repository at this point in the history
  • Loading branch information
romainfd committed Sep 26, 2024
1 parent b8d8f99 commit 7c85e34
Show file tree
Hide file tree
Showing 96 changed files with 2 additions and 25,613 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/generate-sdks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ jobs:
- name: Ruby - Move classes to SDK folder
run: |
rm -r sdks/ruby/lib/* || true
rm -r sdks/ruby/lib || true
mkdir sdks/ruby/lib
cp -r sdks/ruby/base/* sdks/ruby/lib/
rsync --remove-source-files generator/ruby/ruby_classes/* sdks/ruby/
Expand Down
313 changes: 0 additions & 313 deletions generator/ruby/ruby_classes/lib/hubsanteModel/models/access.rb

This file was deleted.

Loading

0 comments on commit 7c85e34

Please sign in to comment.