Skip to content

Commit

Permalink
Fixes spelling (apache#14168)
Browse files Browse the repository at this point in the history
  • Loading branch information
perdasilva authored and vdantu committed Mar 31, 2019
1 parent 8e1bed2 commit b9b15c6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/jenkins/run_test_installation_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit b9b15c6

Please sign in to comment.