Skip to content
Snippets Groups Projects
Commit 6b2cd991 authored by Florent Thiery's avatar Florent Thiery
Browse files

fix docker image path

parent ef1775fb
No related branches found
No related tags found
No related merge requests found
DOCKER_REGISTRY ?= registry.ubicast.net
DOCKER_IMG ?= ${DOCKER_REGISTRY}/web/pod-client
DOCKER_IMG ?= ${DOCKER_REGISTRY}/public-projects/python-pod-client
build:
docker build -t ${DOCKER_IMG} .
......@@ -32,4 +32,4 @@ ifndef CI
docker run -e CI='1' -e POD_UNIT_TEST_API_KEY=${POD_UNIT_TEST_API_KEY} -v ${CURDIR}:/src -w /src --rm ${DOCKER_IMG} make test
else
TOXENV=test tox -- ${PYTEST_ARGS}
endif
\ No newline at end of file
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment