This is an automated email from the ASF dual-hosted git repository.
mrutkowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-wskdeploy.git
The following commit(s) were added to refs/heads/master by this push:
new b5c1bd4 Generate hosts script (#1112)
b5c1bd4 is described below
commit b5c1bd49de63531d992c3aeab47c705fb88c1755
Author: Dominic Kim <[email protected]>
AuthorDate: Thu Feb 11 00:27:09 2021 +0900
Generate hosts script (#1112)
* Generate hosts script
* Change the go version
---
tests/src/integration/helloworld/manifest.yaml | 2 +-
tools/travis/script.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/src/integration/helloworld/manifest.yaml
b/tests/src/integration/helloworld/manifest.yaml
index 3a65418..4451de1 100644
--- a/tests/src/integration/helloworld/manifest.yaml
+++ b/tests/src/integration/helloworld/manifest.yaml
@@ -178,7 +178,7 @@ packages:
msg["greeting"] = "Hello, " + name + "!"
return msg
}
- runtime: go:1.11
+ runtime: go:1.15
sequences:
# sequence of helloworld in all four runtimes
hello-world-series:
diff --git a/tools/travis/script.sh b/tools/travis/script.sh
index af2c353..12d534b 100755
--- a/tools/travis/script.sh
+++ b/tools/travis/script.sh
@@ -44,7 +44,7 @@ WHISKDIR="$HOMEDIR/openwhisk"
cd $WHISKDIR
./tools/travis/setup.sh
-ANSIBLE_CMD="ansible-playbook -i ${ROOTDIR}/ansible/environments/local -e
docker_image_prefix=openwhisk -e docker_image_tag=nightly"
+ANSIBLE_CMD="ansible-playbook -i ${WHISKDIR}/ansible/environments/local -e
docker_image_prefix=openwhisk -e docker_image_tag=nightly"
cd $WHISKDIR/ansible
$ANSIBLE_CMD setup.yml