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

Commit

Permalink
changed running from ./.sh to bash .sh to be consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
piyushghai committed Jan 10, 2019
1 parent 848b860 commit ca99312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/docker/runtime_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1230,8 +1230,8 @@ nightly_java_demo_test_cpu() {
set -ex
cd /work/mxnet/scala-package/mxnet-demo/java-demo
make java_ci_demo
./bin/java_sample.sh
./bin/run_od.sh
bash bin/java_sample.sh
bash bin/run_od.sh
}

nightly_scala_demo_test_cpu() {
Expand Down

0 comments on commit ca99312

Please sign in to comment.