You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ms...@apache.org on 2019/05/19 19:36:10 UTC

[incubator-openwhisk-runtime-java] branch publish-java8actionloop created (now 78b82a1)

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

msciabarra pushed a change to branch publish-java8actionloop
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-runtime-java.git.


      at 78b82a1  push java8 actionloop

This branch includes the following new commits:

     new 78b82a1  push java8 actionloop

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-openwhisk-runtime-java] 01/01: push java8 actionloop

Posted by ms...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 78b82a10dc59482442d2986162a9af563cdc1095
Author: Michele Sciabarra <ms...@apache.org>
AuthorDate: Sun May 19 21:34:04 2019 +0200

    push java8 actionloop
---
 .travis.yml             | 5 +++++
 tools/travis/publish.sh | 2 ++
 2 files changed, 7 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 936b1ef..99aa983 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -37,6 +37,11 @@ deploy:
     on:
       branch: master
       repo: apache/incubator-openwhisk-runtime-java
+  - provider: script
+    script: "./tools/travis/publish.sh openwhisk 8a latest"
+    on:
+      branch: master
+      repo: apache/incubator-openwhisk-runtime-java
 env:
   global:
   - secure: D4kU9O6bs63Myb4jaEgw1O2Kuy6aTAUKEX1qZ0eYMDouLnPOPnZaFWmpISKTrJyz7hJH7yY8Cj7xl5qwsLB6JZZMtqT6yj5J/jkUJjyLKdQH81PrYy22rH99xS2t5A1dsC0A/Bf39R/qNc5tx1wCMVDF4O2rFsUtn+8vE+rn0nXsiPeWhhZagk/Hrq8YbwzDJHOGHfWe1nZIcU8MORzTriX7J2VAF0AcirPandMxff4FgzNLk432DN2GvgZIlNtZGT1DWLtJV/Sp3unD9abXr5xqNDIW+fHrMq8j/JdHC6+PFtZRFrl0Vr6X8c61PkB/ELGF2MyzNgBTnEaJixl1pianr91WK4y0oLUwpSJCz4yoQGVimAAtqMgNXjEyFMcpLClzS5TjMXKaUfi9mBn9GMCwLi3VAuVtMtH2IRW03PxIPyxkbj1j8Nrd0jh408MuMpuzyECgb+E5ffbd+0YD5XUNlTkYLFi4 [...]
diff --git a/tools/travis/publish.sh b/tools/travis/publish.sh
index 601d950..26fd15f 100755
--- a/tools/travis/publish.sh
+++ b/tools/travis/publish.sh
@@ -34,6 +34,8 @@ if [ ${RUNTIME_VERSION} == "8" ]; then
   RUNTIME="java8"
 elif [ ${RUNTIME_VERSION} == "10" ]; then
   RUNTIME="java10"
+elif [ ${RUNTIME_VERSION} == "8a" ]; then
+  RUNTIME="java8actionloop"
 fi
 
 if [[ ! -z ${DOCKER_USER} ]] && [[ ! -z ${DOCKER_PASSWORD} ]]; then