You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by gi...@git.apache.org on 2017/06/01 21:00:37 UTC

[GitHub] mlangbehn opened a new issue #6: Specifying a path to OpenWhisk directory causes docker/build.sh to exit 1

mlangbehn opened a new issue #6: Specifying a path to OpenWhisk directory causes docker/build.sh to exit 1
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/issues/6
 
 
   ## Summary
   
   Currently, specifying an OpenWhisk directory when running `docker/build.sh` causes a silent exit 1.
   
   ## Reason and proposed solution
   
   The reason can be found on [line 28 of `docker/build.sh`](https://github.com/apache/incubator-openwhisk-deploy-kube/blob/master/docker/build.sh#L28):
   
   ```shell
   26 else
   27   OPENWHISK_DIR="$2"
   28 exit 1
   29 fi
   ```
   
   Removing this line resolves the issue.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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