Skip to content

Commit

Permalink
fix: ci build error
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangxu19830126 committed Dec 31, 2018
1 parent 5eeffe0 commit ce0bd61
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@ services:
- docker

before_install:
- docker pull deepfabric/elasticell-dev
- docker pull deepfabric/elasticell-build
- mkdir -p /tmp/elasticell
- docker pull deepfabric/build

install: true

script:
- docker build -t deepfabric/elasticell .
- docker run -it --rm -v /tmp/elasticell:/apps/deepfabric/dist -e ELASTICELL_BUILD_TARGET=all deepfabric/elasticell-build
- docker build -t deepfabric/cell -f Dockerfile-cell .

0 comments on commit ce0bd61

Please sign in to comment.