Commit 7e6f0367 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Make an option to turn off submodules in build-and-test

parent d8e56e71
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -27,7 +27,9 @@ fi

# }}}

if [[ "$NO_SUBMODULES" = "" ]]; then
  git submodule update --init --recursive
fi

# {{{ virtualenv