Skip to content

Commit

Permalink
More typos in docker image cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordonei committed Jun 28, 2024
1 parent 1a26da0 commit b3b60d5
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/python-client-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,11 @@ jobs:
- name: Generate Python client package
run: |
docker run --rm -v "${PWD}:/local" \
openapitools/openapi-generator-cli:v7.6.0 \
generate \
-i /local/city-sr-api.json \
-g python \
-o /local/dist/python \
--additional-properties=packageName="coct_sr_api_client" \
--additional-properties=packageVersion=0.2.0
docker run --rm -v "${PWD}:/local" openapitools/openapi-generator-cli:v7.6.0 generate -i /local/city-sr-api.json \
-g python \
-o /local/dist/python \
--additional-properties=packageName="coct_sr_api_client" \
--additional-properties=packageVersion=0.2.0
- name: Check if package version exists on PyPI
env:
Expand Down

0 comments on commit b3b60d5

Please sign in to comment.