This is an automated email from the ASF dual-hosted git repository.

zhasheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new b0ab8d5  Fixes spelling (#14168)
b0ab8d5 is described below

commit b0ab8d54c1ea32ff7d3808d88fd288ee10824951
Author: perdasilva <[email protected]>
AuthorDate: Fri Feb 15 23:01:33 2019 +0100

    Fixes spelling (#14168)
---
 tests/jenkins/run_test_installation_docs.sh | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/tests/jenkins/run_test_installation_docs.sh 
b/tests/jenkins/run_test_installation_docs.sh
index 4f62865..954b370 100755
--- a/tests/jenkins/run_test_installation_docs.sh
+++ b/tests/jenkins/run_test_installation_docs.sh
@@ -255,12 +255,11 @@ function set_instruction_set() {
 # $ git clone --recursive https://github.com/apache/incubator-mxnet 
 # $ cd incubator-mxnet 
 # if these commands get executed in the jenkins job, we will be testing the 
build from source instructions
-# against the master branch and not against the version of the repository that 
Jenkins checksout for testing.
+# against the master branch and not against the version of the repository that 
Jenkins checks out for testing.
 # This presents a particularly big problem for the version branches and their 
nightly builds. Because, 
 # we would, in effect, be testing the build from source instructions for one 
version of MXNet against
 # the master branch.
-# in this function we target the commands cited in the example above, but 
leave it open for expantion
-# in the future.
+# in this function we target the commands cited in the example above.
 # See also gh issue: https://github.com/apache/incubator-mxnet/issues/13800
 function filter_build_commands() {
     filtered_build_commands="${1}"

Reply via email to