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-swift.git
The following commit(s) were added to refs/heads/master by this push:
new 011a5c7 add to travis.yml the runtime repo in the deploy block (#67)
011a5c7 is described below
commit 011a5c7a5e9ffc4a411f9281a47a1c0631d81324
Author: Eric Weiterman <[email protected]>
AuthorDate: Wed Jun 20 18:38:05 2018 -0400
add to travis.yml the runtime repo in the deploy block (#67)
---
.travis.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 60ba8e1..ba4eb4b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,10 +27,12 @@ deploy:
on:
tags: true
all_branches: true
+ repo: apache/incubator-openwhisk-runtime-swift
- provider: script
script: "./tools/travis/publish.sh openwhisk 4.1 master"
on:
branch: master
+ repo: apache/incubator-openwhisk-runtime-swift
env:
global:
- secure:
YqQG7kchpqrqYNCBHmoXs5QJFJQmtuy30WYQnQtudVuqZ1/PqsTJXy6+kNxQ88z5NoU4XZKClB61V8ZVHqGsbQd3lAsTy11QKxf+s4kfsGBuoRlow4eQmnUnnaF3E6KVV2nJ4oXro7RQhP3WwLjpsThrMk322B1ZtlSRALR9hK5wCit8Q1ifSJqmKLwuoNSNQzd7onlDF19Q9pyKkgVu9wLKU5epo76wuFkRfkbr1mB3fF2le2WRNXer2N8rL8McHousFPYA03IIdo6zdX27yGmqSW3teCiVYieGrqtaGhH0WCE7dcmoQ/gs7IBqn1K80wJSR1lbkKDiWzmb73FWScKuXmRn5c4HCq/wPya2I5JNUGyPg5YI0HyMDxGTJ/OdXv2Aizyh3hyNMFjtbjK4N6gz6kFAn8Uo6wFs441Bq+S3+ipLAQ41KIQ7E4/Di6ERSG8KKWKy+LlnA5Qy60CQHRIyJCg3+aqf
[...]