Skip to content

Commit

Permalink
Fix Auth Generation round 2
Browse files Browse the repository at this point in the history
  • Loading branch information
alextwoods committed Feb 17, 2024
1 parent 20eefc3 commit b1b38b5
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 50 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codegen_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
working-directory: codegen
run:
./gradlew :smithy-ruby-codegen-test:build
- name: Upload generated test SDK
- name: Upload generated white_label SDK
uses: actions/upload-artifact@v2
with:
name: white_label
path: codegen/smithy-ruby-codegen-test/build/smithyprojections/smithy-ruby-codegen-test/white-label/ruby-codegen/white_label
- name: Upload generated test SDK
- name: Upload generated test SDKs
uses: actions/upload-artifact@v2
with:
name: test_sdk_projections
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 0 additions & 36 deletions codegen/projections/rails_json/lib/rails_json/auth.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion codegen/projections/weather/lib/weather/auth.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion codegen/projections/white_label/lib/white_label/auth.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ private void renderAuthResolver(RubyCodeWriter writer) {
writer.write("case auth_params.operation_name");
for (OperationShape operation : operations) {
renderOperationAuthOptionsCase(writer, operation);
writer.write("end");
}
writer.write("end");
}
Expand Down

0 comments on commit b1b38b5

Please sign in to comment.