Skip to content

Commit a72fe35

Browse files
authored
Hotfix a bug caused by me force commiting to develop branch (#2004)
1 parent 75a1044 commit a72fe35

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
name: "Pre-commit Check"
2929
script:
3030
- set -e
31-
- export DOCKER_BUILDKIT=1
3231
- docker build --target dev -t elasticdl:dev -f
3332
elasticdl/docker/Dockerfile .
3433
- docker run --rm -it -v $PWD:/work -w /work
@@ -37,7 +36,6 @@ jobs:
3736
name: "Tests"
3837
script:
3938
- set -e
40-
- export DOCKER_BUILDKIT=1
4139
# Set up Kubernetes environment
4240
- bash scripts/setup_k8s_env.sh
4341
- bash elasticdl/docker/build_all.sh

0 commit comments

Comments
 (0)