You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2018/07/12 19:55:11 UTC

[incubator-openwhisk-runtime-java] branch master updated: Tag master build as 'latest'. (#66)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f9fb44b  Tag master build as 'latest'. (#66)
f9fb44b is described below

commit f9fb44b1c73473abeb6fdf697060b2eb5a881e22
Author: rodric rabbah <ro...@gmail.com>
AuthorDate: Thu Jul 12 15:55:08 2018 -0400

    Tag master build as 'latest'. (#66)
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 78ebd23..2a2c1db 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,7 +29,7 @@ deploy:
       all_branches: true
       repo: apache/incubator-openwhisk-runtime-java
   - provider: script
-    script: "./tools/travis/publish.sh openwhisk 8 master"
+    script: "./tools/travis/publish.sh openwhisk 8 latest"
     on:
       branch: master
       repo: apache/incubator-openwhisk-runtime-java