remove bootstrap retries
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/notify Pipeline was successful

This commit is contained in:
Robert Kaussow 2024-08-19 10:33:13 +02:00
parent d55fc84fe9
commit 43b42e0507
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -9,7 +9,3 @@
((test -e /usr/bin/apt && (apt -y update && apt install -y python-minimal)) ||
echo "Warning: Python not boostrapped due to unknown platform.")
changed_when: False
retries: 3
delay: 5
register: __bootstrap_python
until: __bootstrap_python.rc == 0