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-go.git
The following commit(s) were added to refs/heads/master by this push:
new 2a1cb83 publish action loop also (#28)
2a1cb83 is described below
commit 2a1cb8387a2c15046e8ab9bc300f8181a121363a
Author: Carlos Santana <[email protected]>
AuthorDate: Wed May 9 01:33:44 2018 -0400
publish action loop also (#28)
---
.travis.yml | 9 ++++++++-
tools/travis/publish.sh | 8 +-------
2 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 1aa1a18..9061cac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,10 +34,17 @@ deploy:
on:
tags: true
all_branches: true
+ repo: apache/incubator-openwhisk-runtime-go
- provider: script
- script: "./tools/travis/publish.sh openwhisk 1.10 master"
+ script: "./tools/travis/publish.sh openwhisk actionProxyLoop master"
on:
branch: master
+ repo: apache/incubator-openwhisk-runtime-go
+- provider: script
+ script: "./tools/travis/publish.sh openwhisk golang1.10 master"
+ on:
+ branch: master
+ repo: apache/incubator-openwhisk-runtime-go
env:
global:
- secure:
GNKMZjEW1BKBb8NSiFB/Bogh0V5co5TefLLaj9oYJrKCP8rheFY4mWwINR74dYwSFIVmBhuuwZCm62zZwzb2TTivjQihOwU9SeTaUvJHlcLu6j1T/gTcMX5dkDOrdzqZaKoU5NpMbvad1fnDfEG9oU/VE7fARAxziZ2yBXOGkt2p2whkGXrs43gMyRKJv7ytUwpjvzhD48hJHgn0Eq6EwVIYxO5gJfGAhiA0ucH75c3jI4yEz7sw7SaoFxAQRL7VICaTH8JI+tKWU673HCclIRiPeZWQ23rI/f3MV8SNTKJm0GtnjM8LA9uC96qV6f5aXMn1EdaMGoCQbR9jBeqZG7pq8O2QHA/1eNNDw5sCISS05plCJ2yz/G4PUndnuToKm/sx6/qbdRA3QzTrNQfwTTcuUi+j4mYEFANgT774CeGdnajfNy4cZoeVEFmBTXdi5V1DuFLujSQrzRSHddHHUQXGUMaz4qv5
[...]
diff --git a/tools/travis/publish.sh b/tools/travis/publish.sh
index 3bc31e3..51690f2 100755
--- a/tools/travis/publish.sh
+++ b/tools/travis/publish.sh
@@ -21,15 +21,9 @@ set -eux
# Build script for Travis-CI.
IMAGE_PREFIX=$1
-RUNTIME_VERSION=$2
+RUNTIME=$2
IMAGE_TAG=$3
-if [ ${RUNTIME_VERSION} == "1.10" ]; then
- RUNTIME="golang1.10"
-elif [ ${RUNTIME_VERSION} == "1.11" ]; then
- RUNTIME="golang1.11"
-fi
-
if [[ ! -z ${DOCKER_USER} ]] && [[ ! -z ${DOCKER_PASSWORD} ]]; then
docker login -u "${DOCKER_USER}" -p "${DOCKER_PASSWORD}"
fi
--
To stop receiving notification emails like this one, please contact
[email protected].