Skip to content

Commit

Permalink
chore: disable ruby generator (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas committed May 17, 2024
1 parent 4e69e11 commit 0bb4cc9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion scripts/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,9 @@ golang
java
php
python
ruby

# ruby is broken right now: https://github.com/ory/sdk/issues/357
# ruby
dotnet
dart

Expand Down
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ FAIL=0
echo "starting"

python || let "FAIL+=1"
ruby || let "FAIL+=1"
# ruby || let "FAIL+=1"
golang || let "FAIL+=1"
php || let "FAIL+=1"
typescript || let "FAIL+=1"
Expand Down
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ golang
java
php
python
ruby
# ruby
dart
csharp

0 comments on commit 0bb4cc9

Please sign in to comment.