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/incubator-openwhisk-client-go.git


The following commit(s) were added to refs/heads/master by this push:
     new a5bc161  Remove Incubat(ing, ion, or) from docs (#125)
a5bc161 is described below

commit a5bc16141268c6ff4727d01735c3abf30468b36d
Author: Matt Rutkowski <[email protected]>
AuthorDate: Tue Jul 30 14:52:52 2019 -0500

    Remove Incubat(ing, ion, or) from docs (#125)
    
    * Remove Incubat(ing, ion, or) from docs
    
    * explicitely set the docker image tag to nightly
---
 CONTRIBUTING.md                | 2 +-
 DISCLAIMER.txt                 | 1 -
 README.md                      | 7 ++-----
 tools/travis/test_openwhisk.sh | 2 +-
 4 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ab2f597..10fc92a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -53,7 +53,7 @@ Provide as much context as possible so we can try to recreate 
the issue.
 ### Discussion
 
 Please use the project's developer email list to engage our community:
-[[email protected]]([email protected])
+[[email protected]]([email protected])
 
 In addition, we provide a "dev" Slack team channel for conversations at:
 https://openwhisk-team.slack.com/messages/dev/
diff --git a/DISCLAIMER.txt b/DISCLAIMER.txt
deleted file mode 100644
index fdcbcd1..0000000
--- a/DISCLAIMER.txt
+++ /dev/null
@@ -1 +0,0 @@
-Apache OpenWhisk Client Go is an effort undergoing incubation at The Apache 
Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is 
required of all newly accepted projects until a further review indicates that 
the infrastructure, communications, and decision making process have stabilized 
in a manner consistent with other successful ASF projects. While incubation 
status is not necessarily a reflection of the completeness or stability of the 
code, it does indicate that [...]
diff --git a/README.md b/README.md
index 530efdf..abdbdfa 100644
--- a/README.md
+++ b/README.md
@@ -158,12 +158,9 @@ $ go build
 
 The command above will build an executable named client in the directory 
alongside your source code. Execute it to see the the result:
 
-
+```
 $ ./openwhisk_client_go
+```
 
 If the openWhisk service is available and your configuration is correct, you 
should receive the status and the actions with
 the above example.
-
-
-# Disclaimer
-Apache OpenWhisk Client Go is an effort undergoing incubation at The Apache 
Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is 
required of all newly accepted projects until a further review indicates that 
the infrastructure, communications, and decision making process have stabilized 
in a manner consistent with other successful ASF projects. While incubation 
status is not necessarily a reflection of the completeness or stability of the 
code, it does indicate that [...]
diff --git a/tools/travis/test_openwhisk.sh b/tools/travis/test_openwhisk.sh
index 043dd27..952590f 100755
--- a/tools/travis/test_openwhisk.sh
+++ b/tools/travis/test_openwhisk.sh
@@ -31,7 +31,7 @@ WHISKDIR="$HOMEDIR/incubator-openwhisk"
 cd $WHISKDIR
 ./tools/travis/setup.sh
 
-ANSIBLE_CMD="ansible-playbook -i environments/local -e 
docker_image_prefix=openwhisk"
+ANSIBLE_CMD="ansible-playbook -i environments/local -e 
docker_image_prefix=openwhisk -e docker_image_tag=nightly"
 
 cd $WHISKDIR/ansible
 $ANSIBLE_CMD setup.yml

Reply via email to