You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cs...@apache.org on 2019/04/07 18:49:05 UTC

[incubator-openwhisk-runtime-go] branch master updated: fixes the push (#81)

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-go.git


The following commit(s) were added to refs/heads/master by this push:
     new 566d4ff  fixes the push (#81)
566d4ff is described below

commit 566d4ffb1785852c5964735b60aa70d252ac1e36
Author: Michele Sciabarra <30...@users.noreply.github.com>
AuthorDate: Sun Apr 7 20:49:01 2019 +0200

    fixes the push (#81)
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 7938e89..22ab2b3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,7 +25,7 @@ deploy:
       repo: apache/incubator-openwhisk-runtime-go
   - provider: script
     skip_cleanup: true
-    script: "./tools/travis/publish.sh openwhisk actionloop latest"
+    script: "./tools/travis/publish.sh openwhisk actionloop-v2 latest"
     on:
       branch: master
       repo: apache/incubator-openwhisk-runtime-go