You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by du...@apache.org on 2019/08/06 14:13:26 UTC

[openwhisk] branch master updated: update distDocker plugin import (#4575)

This is an automated email from the ASF dual-hosted git repository.

dubeejw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 93f8ea1  update distDocker plugin import (#4575)
93f8ea1 is described below

commit 93f8ea1947dc8833e2154283db8fcb51f986e7cc
Author: steven0711dong <53...@users.noreply.github.com>
AuthorDate: Tue Aug 6 10:13:12 2019 -0400

    update distDocker plugin import (#4575)
    
    * update distDocker plugin import
    
    * reverse
    
    * add ../../gradle/docker.gradle back
    
    * go back 3 levels and then find gradle folder
---
 core/cosmosdb/cache-invalidator/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/cosmosdb/cache-invalidator/build.gradle b/core/cosmosdb/cache-invalidator/build.gradle
index 1eae3b1..7044c06 100644
--- a/core/cosmosdb/cache-invalidator/build.gradle
+++ b/core/cosmosdb/cache-invalidator/build.gradle
@@ -22,7 +22,7 @@ apply plugin: 'maven'
 apply plugin: 'org.scoverage'
 
 ext.dockerImageName = 'cache-invalidator-cosmosdb'
-apply from: "${project.rootProject.projectDir.absolutePath}/gradle/docker.gradle"
+apply from: "../../../gradle/docker.gradle"
 distDocker.dependsOn ':common:scala:distDocker', 'distTar'
 
 project.archivesBaseName = "openwhisk-cache-invalidator-cosmosdb"