1
0
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:
Travis Rowland
2018-01-26 01:58:22 -08:00
parent 7a639692ab
commit 1bffe76e6a

View File

@@ -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: