mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-26 12:29:07 +00:00
don't remove image
This commit is contained in:
@@ -10,7 +10,7 @@ env:
|
|||||||
- VERSION=$(TRAVIS_BRANCH)
|
- VERSION=$(TRAVIS_BRANCH)
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- docker build -t $(NAME):$(VERSION) --rm image
|
- docker build -t $(NAME):$(VERSION)
|
||||||
- env NAME=$(NAME) VERSION=$(VERSION) ./test/runner.sh
|
- env NAME=$(NAME) VERSION=$(VERSION) ./test/runner.sh
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
|
|||||||
Reference in New Issue
Block a user