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 2018/06/20 00:17:04 UTC

[GitHub] marcoabreu commented on a change in pull request #11340: [MXNET-559] Scripts for running the Broken link checker job

marcoabreu commented on a change in pull request #11340: [MXNET-559] Scripts for running the  Broken link checker job
URL: https://github.com/apache/incubator-mxnet/pull/11340#discussion_r196617066
 
 

 ##########
 File path: ci/docker/runtime_functions.sh
 ##########
 @@ -785,6 +785,14 @@ deploy_docs() {
     popd
 }
 
+# broken_link_checker
+
+broken_link_checker() {
+    set -ex
+    chmod -R 0755 tests/nightly/broken_link_checker_test/
 
 Review comment:
   Please run chmod locally in your git clone and then commit the filepermission changes. Running this command in CI will modify the git state. 

----------------------------------------------------------------
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