Skip to content

Commit

Permalink
Remove local components from lint and test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Lubken committed Jun 5, 2020
1 parent 65fadcb commit 99d07c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions docker-compose.lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@ version: "3.8"
services:

test:
image: lint
build:
context: .
dockerfile: dockerfile
target: lint
volumes:
- ./local:/local:ro
- ./model:/model:ro
- ./secrets:/secrets:ro
image: lint
6 changes: 1 addition & 5 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@ version: "3.8"
services:

test:
image: test
build:
context: .
dockerfile: dockerfile
target: test
volumes:
- ./local:/local:ro
- ./model:/model:ro
- ./secrets:/secrets:ro
image: test

0 comments on commit 99d07c9

Please sign in to comment.