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 2017/12/03 20:44:30 UTC

[GitHub] rabbah commented on a change in pull request #3052: Allow for a docker pull bypass for docker actions where the prefix maches the invoker's docker prefix

rabbah commented on a change in pull request #3052: Allow for a docker pull bypass for docker actions where the prefix maches the invoker's docker prefix
URL: https://github.com/apache/incubator-openwhisk/pull/3052#discussion_r154535786
 
 

 ##########
 File path: common/scala/src/main/scala/whisk/core/WhiskConfig.scala
 ##########
 @@ -122,26 +122,6 @@ object WhiskConfig {
    */
   def readFromEnv(key: String): Option[String] = sys.env.get(asEnvVar(key))
 
-  private def whiskPropertiesFile: File = {
 
 Review comment:
   this file is now only used for tests and tests should use `WhiskProperties` which already have to discover this file.

----------------------------------------------------------------
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