summaryrefslogtreecommitdiff
path: root/.jenkins
diff options
context:
space:
mode:
authorOrion Reblitz-Richardson <orionr@gmail.com>2018-03-27 14:33:07 -0700
committerOrion Reblitz-Richardson <orionr@gmail.com>2018-03-29 09:31:09 -0700
commit368f96acde443b7468c02d68495c12731654ddf4 (patch)
treee30fd5fab1c3629661af914cf7048d1a3f439ce1 /.jenkins
parentbb3bfa09f31f7745b8c295c484371c25a7f89914 (diff)
downloadpytorch-368f96acde443b7468c02d68495c12731654ddf4.tar.gz
pytorch-368f96acde443b7468c02d68495c12731654ddf4.tar.bz2
pytorch-368f96acde443b7468c02d68495c12731654ddf4.zip
Remove tutorials from main repository.
* They now live at https://github.com/caffe2/tutorials * Updating caffe2.ai website to match in a separate commit.
Diffstat (limited to '.jenkins')
-rwxr-xr-x.jenkins/caffe2/test.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/.jenkins/caffe2/test.sh b/.jenkins/caffe2/test.sh
index 93b2423991..f083b2f439 100755
--- a/.jenkins/caffe2/test.sh
+++ b/.jenkins/caffe2/test.sh
@@ -62,18 +62,6 @@ fi
exit_code=0
-cd "$ROOT_DIR"/caffe2/python/tutorials
-python tutorials_to_script_converter.py
-git status
-if git diff --quiet HEAD; then
- echo "Source tree is clean."
-else
- echo "After running a tutorial -> script sync there are changes. This probably means you edited an ipython notebook without a proper sync to a script. Please see caffe2/python/tutorials/README.md for more information"
- if [ "$exit_code" -eq 0 ]; then
- exit_code=1
- fi
-fi
-
cd "$ROOT_DIR"
if [ -d ./test ]; then