akeneo / Dockerfiles

DEPRECATED for PIM 4.0 and above - Official Dockerfiles for Akeneo development and testing
https://hub.docker.com/r/akeneo/
MIT License
49 stars 34 forks source link

Problem with eval in entrypoint.sh in GitLab CI #342

Closed lars85 closed 5 years ago

lars85 commented 5 years ago

Using the akeneo/fpm:php-7.* docker images in .gitlab-ci.yml causes this error in pipeline:

Skipping Git submodules setup
/usr/local/bin/entrypoint.sh: eval: line 41: syntax error near unexpected token `then'
/usr/local/bin/entrypoint.sh: eval: line 41: syntax error near unexpected token `then'
ERROR: Job failed: exit code 2

I've found the solution in this Gitlab-Runner issue: https://gitlab.com/gitlab-org/gitlab-runner/issues/1253

damien-carcel commented 5 years ago

Hi @lars85.

Thanks for this new bug fix :slightly_smiling_face:. Your PR is merged, I'll close this issue once the Docker Hub finished building the images. As always, it will take a few hours.

Cheers, Damien.