Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dicko2 committed Feb 6, 2024
1 parent b0e340f commit 14d8361
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,7 @@ jobs:
optionalAssemblyInfo: false
EOF
alias openapi="docker run --network host -v '$(pwd):/work' -w '/work' ${{ env.OPENAPI_GENERATOR_IMAGE }}"
openapi generate \
-i "gitlab.yaml" \
-g csharp \
-c api-client-gen-config.yml \
-o .
docker run --network host -v '$(pwd):/work' -w '/work' ${{ env.OPENAPI_GENERATOR_IMAGE }} generate -i "gitlab.yaml" -g csharp -c api-client-gen-config.yml -o .
ls
- name: Restore
Expand Down

0 comments on commit 14d8361

Please sign in to comment.