1
0
mirror of https://github.com/tensorflow/haskell.git synced 2024-06-02 19:13:34 +02:00

Update outer_launch_tests.sh

This commit is contained in:
fkm3 2018-01-16 12:15:49 -05:00 committed by GitHub
parent be49f36c0a
commit aa1bcdbc71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,5 +7,6 @@ set -eu -o pipefail
IMAGE_NAME=tensorflow/haskell/ci_build:lts8
cd "$( dirname "$0" )"/..
git submodule update
docker build -t $IMAGE_NAME -f ci_build/Dockerfile .
docker run $IMAGE_NAME stack build --pedantic --test