We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75a1044 commit a72fe35Copy full SHA for a72fe35
1 file changed
.travis.yml
@@ -28,7 +28,6 @@ jobs:
28
name: "Pre-commit Check"
29
script:
30
- set -e
31
- - export DOCKER_BUILDKIT=1
32
- docker build --target dev -t elasticdl:dev -f
33
elasticdl/docker/Dockerfile .
34
- docker run --rm -it -v $PWD:/work -w /work
@@ -37,7 +36,6 @@ jobs:
37
36
name: "Tests"
38
39
40
41
# Set up Kubernetes environment
42
- bash scripts/setup_k8s_env.sh
43
- bash elasticdl/docker/build_all.sh
0 commit comments