You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by mr...@apache.org on 2017/08/29 02:32:36 UTC

[incubator-openwhisk-wskdeploy] branch master updated: Remove the build folder when it exists (#401)

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

mrutkowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-wskdeploy.git


The following commit(s) were added to refs/heads/master by this push:
     new cfb971e  Remove the build folder when it exists (#401)
cfb971e is described below

commit cfb971e42dbca2c5841e9729769855ac440c761f
Author: Vincent <sh...@us.ibm.com>
AuthorDate: Mon Aug 28 22:32:34 2017 -0400

    Remove the build folder when it exists (#401)
---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index 74c4cfb..6ceb20e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -17,6 +17,7 @@ RUN echo "Restoring Go dependencies"
 RUN cd /src/github.com/apache/incubator-openwhisk-wskdeploy && /bin/godep restore -v
 
 # All of the Go CLI binaries will be placed under a build folder
+RUN rm -rf /src/github.com/apache/incubator-openwhisk-wskdeploy/build
 RUN mkdir /src/github.com/apache/incubator-openwhisk-wskdeploy/build
 
 ARG WSKDEPLOY_OS

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].