You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2020/04/12 23:09:56 UTC

[GitHub] [openwhisk-devtools] paulrm opened a new issue #318: Fail in make quick-start

paulrm opened a new issue #318: Fail in make quick-start
URL: https://github.com/apache/openwhisk-devtools/issues/318
 
 
   Executing  make quick-start in ubuntu 18.04.4, enter in loop setting up the couchdb
   
   ```
   Pulling db (apache/couchdb:2.3)...
   /bin/sh: 28: let: not found
   /bin/sh: 28: let: not found
   /bin/sh: 28: let: not found
   ```
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [openwhisk-devtools] kuwii commented on issue #318: Fail in make quick-start

Posted by GitBox <gi...@apache.org>.
kuwii commented on issue #318: Fail in make quick-start
URL: https://github.com/apache/openwhisk-devtools/issues/318#issuecomment-614998374
 
 
   Try adding this at the beginning of ```docker-compose/Makefile```, which works for me:
   
   ```
   SHELL:=/bin/bash
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services