forked from Docker/baseimage-docker
don't remove image
This commit is contained in:
@@ -10,7 +10,7 @@ env:
|
||||
- VERSION=$(TRAVIS_BRANCH)
|
||||
|
||||
before_install:
|
||||
- docker build -t $(NAME):$(VERSION) --rm image
|
||||
- docker build -t $(NAME):$(VERSION)
|
||||
- env NAME=$(NAME) VERSION=$(VERSION) ./test/runner.sh
|
||||
|
||||
after_success:
|
||||
|
||||
Reference in New Issue
Block a user