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-java.git
The following commit(s) were added to refs/heads/master by this push:
new 3657b38 add to travis.yml the runtime repo in the deploy block (#58)
3657b38 is described below
commit 3657b3889fd1ce03581184fcb07766a8c897a4d8
Author: Eric Weiterman <[email protected]>
AuthorDate: Wed Jun 20 18:37:21 2018 -0400
add to travis.yml the runtime repo in the deploy block (#58)
---
.travis.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 74ceb84..e9fda29 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,10 +27,12 @@ deploy:
on:
tags: true
all_branches: true
+ repo: apache/incubator-openwhisk-runtime-java
- provider: script
script: "./tools/travis/publish.sh openwhisk 8 master"
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
[...]