Skip to content

Commit

Permalink
feat: update openapi generator (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr authored Jul 5, 2024
1 parent dbc7070 commit a79ae4b
Show file tree
Hide file tree
Showing 15 changed files with 258 additions and 1,057 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ desired version.
You may also manually build and publish this image using:

```shell script
docker build -t oryd/sdk:latest .
docker build --platform linux/adm64 -t oryd/sdk:latest .
docker tag oryd/sdk:latest oryd/sdk:v0.0.53
docker push oryd/sdk:v0.0.53
```
Expand All @@ -33,6 +33,7 @@ docker push oryd/sdk:v0.0.53
If you wish to debug some generators or build steps, you can run the image locally:

```shell script
docker build -t oryd/sdk:latest .
docker run --mount type=bind,source="$(pwd)",target=/project --name sdk --user "$(id -u):$(id -g)" -it oryd/sdk:latest /bin/sh
```

Expand All @@ -41,6 +42,7 @@ docker run --mount type=bind,source="$(pwd)",target=/project --name sdk --user "
If a test fails in CI, you may run the following code snippet to reproduce the failure locally:

```shell script
docker build -t oryd/sdk:latest .
docker run --mount type=bind,source="$(pwd)",target=/project --name sdk -it oryd/sdk:latest /bin/bash

export FORCE_PROJECT=client # or hydra or something else
Expand Down
11 changes: 0 additions & 11 deletions contrib/clients/java/distributionManagement.xml

This file was deleted.

353 changes: 0 additions & 353 deletions contrib/clients/java/hydra.pom.xml.backup

This file was deleted.

Loading

0 comments on commit a79ae4b

Please sign in to comment.