Test release pipeline #7

Merged
chris merged 13 commits from testing into release 2023-12-08 23:27:54 -05:00
Showing only changes of commit 6c3396ddd1 - Show all commits

View File

@ -13,8 +13,8 @@ RUN apt update \
&& apt dist-upgrade -y \
&& apt autoremove --purge -y \
&& apt install -y python3-pip git \
&& pip install pip --upgrade \
&& pip install -r /tmp/requirements.txt
&& pip install pip --upgrade --break-system-packages \
&& pip install -r /tmp/requirements.txt --break-system-packages
COPY ansible/ansible-check.yml /tmp/ansible-check.yml