Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Fixes spelling #14168

Merged
merged 1 commit into from
Feb 15, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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