mirror of
https://github.com/dense-analysis/ale.git
synced 2026-05-17 13:59:47 +08:00
Fix how the Makefile checks the image ID.
This commit is contained in:
@@ -3,7 +3,8 @@ CURRENT_IMAGE_ID = 107e4efc4267
|
|||||||
DOCKER_FLAGS = --rm -v $(PWD):/testplugin -v $(PWD)/test:/home "$(IMAGE)"
|
DOCKER_FLAGS = --rm -v $(PWD):/testplugin -v $(PWD)/test:/home "$(IMAGE)"
|
||||||
|
|
||||||
test-setup:
|
test-setup:
|
||||||
if [ `docker images -q $(IMAGE)` != $(CURRENT_IMAGE_ID) ]; then docker pull $(IMAGE); fi
|
docker images -q w0rp/ale | grep ^$(CURRENT_IMAGE_ID) > /dev/null || \
|
||||||
|
docker pull $(IMAGE)
|
||||||
|
|
||||||
test: test-setup
|
test: test-setup
|
||||||
@:; \
|
@:; \
|
||||||
|
|||||||
Reference in New Issue
Block a user