mirror of
https://github.com/tensorflow/haskell.git
synced 2024-11-23 03:19:44 +01:00
Remove unnecessary submodule commands.
Jenkins is starting from a repository with submodules as is.
This commit is contained in:
parent
579bec26f0
commit
4cf372995e
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ RUN \
|
|||
libgmp-dev \
|
||||
libcurl3-dev \
|
||||
stack && \
|
||||
git submodule init && git submodule update && \
|
||||
# Installs protoc and the libraries.
|
||||
( cd third_party/tensorflow && \
|
||||
tensorflow/tools/ci_build/builds/configured CPU && \
|
||||
|
|
Loading…
Reference in a new issue