mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Set IO encoding for ansible-test on Shippable.
This commit is contained in:
@@ -22,6 +22,7 @@ pip --version
|
|||||||
pip list --disable-pip-version-check
|
pip list --disable-pip-version-check
|
||||||
|
|
||||||
export PATH="test/runner:${PATH}"
|
export PATH="test/runner:${PATH}"
|
||||||
|
export PYTHONIOENCODING='utf-8'
|
||||||
|
|
||||||
# remove empty core/extras module directories from PRs created prior to the repo-merge
|
# remove empty core/extras module directories from PRs created prior to the repo-merge
|
||||||
find lib/ansible/modules -type d -empty -print -delete
|
find lib/ansible/modules -type d -empty -print -delete
|
||||||
|
|||||||
Reference in New Issue
Block a user