mirror of
https://github.com/tensorflow/haskell.git
synced 2024-11-26 21:09: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 \
|
libgmp-dev \
|
||||||
libcurl3-dev \
|
libcurl3-dev \
|
||||||
stack && \
|
stack && \
|
||||||
git submodule init && git submodule update && \
|
|
||||||
# Installs protoc and the libraries.
|
# Installs protoc and the libraries.
|
||||||
( cd third_party/tensorflow && \
|
( cd third_party/tensorflow && \
|
||||||
tensorflow/tools/ci_build/builds/configured CPU && \
|
tensorflow/tools/ci_build/builds/configured CPU && \
|
||||||
|
|
Loading…
Reference in a new issue