Skip to content

Docker entrypoint syntax error #135

@DaniGuardiola

Description

@DaniGuardiola

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.triage meI really want to be triaged.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions