Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaerlocher committed Jan 25, 2024
1 parent 3a0d65d commit 205512c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ skipsdist = True

[testenv]
basepython = python3
install_command = pip install {opts} {packages}
deps = -r{toxinidir}/requirements.txt

[testenv:podman]
passenv = HOME
allowlist_externals =
/bin/bash
podman
ansible-builder
commands =
ansible-builder build -v3 -t quay.io/ansible/awx-ee {posargs}

Expand All @@ -20,5 +19,6 @@ passenv = HOME,DOCKER_BUILDKIT
allowlist_externals =
/bin/bash
docker
ansible-builder
commands =
ansible-builder build -v3 -t quay.io/ansible/awx-ee {posargs} --container-runtime=docker --verbosity 2

0 comments on commit 205512c

Please sign in to comment.