We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfb12a5 commit 0867a56Copy full SHA for 0867a56
Makefile
@@ -12,7 +12,7 @@ push:
12
PYTHON_VERSION=${PYTHON_VERSION} docker-compose push client
13
14
run_tests:
15
- ELASTICSEARCH_VERSION=${ELASTICSEARCH_VERSION} PYTHON_VERSION=${PYTHON_VERSION} docker-compose run client python setup.py test
+ ELASTICSEARCH_VERSION=${ELASTICSEARCH_VERSION} PYTHON_VERSION=${PYTHON_VERSION} docker-compose -p "${ELASTIC_VERSION}-${PYTHON_VERSION}" run client python setup.py test
16
17
start_elasticsearch:
18
ELASTICSEARCH_VERSION=${ELASTICSEARCH_VERSION} docker-compose up -d elasticsearch
0 commit comments