Skip to content

Commit b68470d

Browse files
committed
re-add cache removal
1 parent 227ceab commit b68470d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tox.ini

+5
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,11 @@ commands =
727727
deploy -b; \
728728
do ((--r))||exit;echo "retrying" && sleep 20;done)'
729729

730+
# free up build cache after build of images
731+
bash -c 'if [[ "$GITHUB_CI" != "false" ]]; then \
732+
docker image prune --all --force; \
733+
docker builder prune --all --force; \
734+
fi'
730735

731736
sleep 30
732737

0 commit comments

Comments
 (0)