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-python.git
The following commit(s) were added to refs/heads/master by this push:
new b296e05 add repo to deploy step, add master tag to docker (#30)
b296e05 is described below
commit b296e05cd5e52fdc27ec5adbe56eca88cc429d78
Author: Eric Weiterman <[email protected]>
AuthorDate: Wed Jun 20 18:37:41 2018 -0400
add repo to deploy step, add master tag to docker (#30)
---
.travis.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 9d363d6..4d92e08 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,10 +19,12 @@ deploy:
on:
tags: true
all_branches: true
+ repo: apache/incubator-openwhisk-runtime-python
- provider: script
script: "./tools/travis/publish.sh openwhisk 2 master &&
./tools/travis/publish.sh openwhisk 3 master"
on:
branch: master
+ repo: apache/incubator-openwhisk-runtime-python
env:
global:
- secure:
Ac7MlWUpsLwmbcjCigDf+vftiXAEJbf78FVm2QCd4IeFqlRiNbQm3bWRXOOW3Zqh4R4o/wSFpFq0qKPrI9WJjOcxD0GxFboq2iGWTegddfDbENV/IBmjurl6NzYY6dUB7GUSmHYy6tdKnxMhjHzZCn2m4OVWltcMtnOV0G+uYvbnre7vXfb67duzJF+mYpJJ7rC0wGh+N50bYvm0BTtPcQMYJibq6sDTY8Lr1b74QGdM/sODre69CbuiwAA7Ed0hajEcMkv8YnwY0De/PL7hthUyCWSD+i1AhtD+3odA64yX/pAbBzfCcqPoI0Nt5ZmAAUKLJ9pAHCc74dlmYzj9wj1z5TS0nLOE2l++vNvgsA3/c+lqrBv6hc9FmSKx4yfNdFCakVLEfdRJw/45ibIRN5dCW5tDdIx8aciBV8c0CyYgSLRvtVuvw5IX7fbwhHOZ8ftTRzCHS0Nd9zs4x3za+1aucWFQEyrk
[...]