-
Notifications
You must be signed in to change notification settings - Fork 76
Closed
Labels
🚨This issue needs some love.This issue needs some love.triage meI really want to be triaged.I really want to be triaged.
Description
I'm getting this error whenever I run the docker container:
/usr/src/gapic-generator-python/docker-entrypoint.sh: line 38: syntax error near unexpected token `;;'
/usr/src/gapic-generator-python/docker-entrypoint.sh: line 38: ` ;;'
I changed this line to convert the else if into an elif because otherwise the fi for the second if was missing, and that did the trick.
| else if [[ $1 == --gapic-* ]]; then |
Now I don't understand if I'm doing something wrong (I think I'm not) or if this was not tested, but the currently published version in the Docker Hub does not work for me because of this.
Metadata
Metadata
Assignees
Labels
🚨This issue needs some love.This issue needs some love.triage meI really want to be triaged.I really want to be triaged.