mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-29 08:01:25 -07:00
Fix error when using local registry by using quay.io
This commit is contained in:
parent
79ea9fe094
commit
9bfd0a3b28
3 changed files with 7 additions and 24 deletions
2
Makefile
2
Makefile
|
@ -50,7 +50,7 @@ test-integration:
|
|||
python -m venv .venv/$(ansible)
|
||||
source .venv/$(ansible)/bin/activate
|
||||
python -m pip install --disable-pip-version-check --user https://github.com/ansible/ansible/archive/$(ansible).tar.gz ansible-test
|
||||
-set -x; ansible-test integration $(target) -v --color --coverage --retry-on-error --continue-on-error --diff --docker localhost/community.mysql-$(docker_container):0.1.1 --docker-network podman --python $(python); set +x
|
||||
-set -x; ansible-test integration $(target) -v --color --coverage --retry-on-error --continue-on-error --diff --docker $(docker_container) --docker-network podman --python $(python); set +x
|
||||
# -set -x; ansible-test integration $(target) -v --color --coverage --retry-on-error --continue-on-error --diff --docker $(docker_container) --docker-network podman --python $(python); set +x
|
||||
# -set -x; ansible-test integration $(target) -v --color --coverage --diff --docker $(docker_container) --docker-network podman --docker-terminate never --python $(python); set +x
|
||||
rm tests/integration/db_engine_version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue