We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92b4c82 commit b2a6ab8Copy full SHA for b2a6ab8
helper.sh
@@ -41,7 +41,7 @@ function generate-ci {
41
# generate the lib from a local file in current directory
42
function generate-from-local {
43
cleanup
44
- docker run --user "$(id -u)":"$(id -gn)" --rm -v "${PWD}":/local "$docker_image" generate -i /local/openapi.yaml -l python -o /local/"$lib" -c /local/config.json --git-user-id elabftw --git-repo-id elabapi-python
+ docker run --user "$(id -u)":"$(id -g)" --rm -v "${PWD}":/local "$docker_image" generate -i /local/openapi.yaml -l python -o /local/"$lib" -c /local/config.json --git-user-id elabftw --git-repo-id elabapi-python
45
}
46
47
function build {
0 commit comments