Skip to content

Commit

Permalink
Merge pull request #5 from jlsherrill/latest_release
Browse files Browse the repository at this point in the history
use latest-release for generator
  • Loading branch information
jlsherrill authored Jan 22, 2024
2 parents e3efe21 + 3601d21 commit 97c7ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pulp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: |
curl http://localhost:8080/pulp/api/${{ steps.pulpRelease.outputs.PULP_MAJOR }}/docs/api.json > pulp_api.json
echo "$( jq '.components.schemas.TaskResponse.properties.error.additionalProperties.type = "string"' ./pulp_api.json )" > ./pulp_api.json
docker run --network=host --rm -v ${PWD}:/local openapitools/openapi-generator-cli generate \
docker run --network=host --rm -v ${PWD}:/local openapitools/openapi-generator-cli:latest-release generate \
-i /local/pulp_api.json \
-t /local/templates/ \
-g go \
Expand Down

0 comments on commit 97c7ea1

Please sign in to comment.