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 14d8361 commit 9b7f6d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
optionalAssemblyInfo: false
EOF
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 .
pwd
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 9b7f6d3

Please sign in to comment.