mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-26 04:18:46 +00:00
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