Fix non-interactive test
This commit is contained in:
parent
a1433d645f
commit
e04b158c39
1 changed files with 1 additions and 1 deletions
2
tests.sh
2
tests.sh
|
|
@ -30,7 +30,7 @@ poetry run \
|
|||
--old "${BUNDLE_DIR}" \
|
||||
--new "${BUNDLE_DIR}2" \
|
||||
--format json | jq
|
||||
DEBIAN_FRONTEND=noninteractive apt-get remove --purge cowsay
|
||||
DEBIAN_FRONTEND=noninteractive apt-get remove -y --purge cowsay
|
||||
|
||||
# Ansible test
|
||||
builtin cd "${ANSIBLE_DIR}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue