You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/02/13 14:10:19 UTC

[GitHub] perdasilva commented on a change in pull request #14144: [WIP] Fixes installation nightly test

perdasilva commented on a change in pull request #14144: [WIP] Fixes installation nightly test
URL: https://github.com/apache/incubator-mxnet/pull/14144#discussion_r256410556
 
 

 ##########
 File path: tests/jenkins/run_test_installation_docs.sh
 ##########
 @@ -302,7 +304,7 @@ ubuntu_python_cpu_source()
     set -e
     echo
     echo "### Testing Build From Source ###"
-    echo "${buildfromsource_commands}"
+    buildfromsource_commands=${buildfromsource_commands//cd incubator-mxnet;/cd incubator-mxnet; git checkout ${GIT_SHA}; git submodule update;}
 
 Review comment:
   since it's getting git-ceptioned I don't think it would mangle the state. But yeah, maybe filtering any git command would make more sense. Lemme do that!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services