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

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


The following commit(s) were added to refs/heads/master by this push:
     new 91cc1dc  Adapt to current actionloop tag. (#57)
91cc1dc is described below

commit 91cc1dc8c44cfcb0a7dd6f3293f0c0c511cfac03
Author: falkzoll <[email protected]>
AuthorDate: Fri May 17 17:35:14 2019 +0200

    Adapt to current actionloop tag. (#57)
    
    The release tag of the actionloop is set to '[email protected]'. 
Adjusted the old value to this new value to unblock the travis build.
---
 core/php7.3Action/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/php7.3Action/Dockerfile b/core/php7.3Action/Dockerfile
index 67fcd5d..8477326 100644
--- a/core/php7.3Action/Dockerfile
+++ b/core/php7.3Action/Dockerfile
@@ -16,10 +16,10 @@
 #
 
 FROM golang:1.11 as builder
-ENV 
PROXY_SOURCE=https://github.com/apache/incubator-openwhisk-runtime-go/archive/[email protected]
+ENV 
PROXY_SOURCE=https://github.com/apache/incubator-openwhisk-runtime-go/archive/[email protected]
 RUN curl -L "$PROXY_SOURCE" | tar xzf - \
   && mkdir -p src/github.com/apache \
-  && mv incubator-openwhisk-runtime-go-golang1.11-v1.13.0-incubating \
+  && mv incubator-openwhisk-runtime-go-1.11-1.13.0-incubating \
      src/github.com/apache/incubator-openwhisk-runtime-go \
   && cd src/github.com/apache/incubator-openwhisk-runtime-go/main \
   && CGO_ENABLED=0 go build -o /bin/proxy

Reply via email to