Clean unused disk space after lfs checkout on tests
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
DataHoarder 2022-07-21 14:10:00 +02:00
parent df85490222
commit 0a135de125
Signed by: DataHoarder
SSH key fingerprint: SHA256:OLTRf6Fl87G52SiR7sWLGNzlJt4WOX+tfI2yxo0z7xk

View file

@ -19,6 +19,7 @@ steps:
- apk update && apk add --no-cache git-lfs && git lfs install
- git lfs pull
- git submodule update --init --recursive
- rm -rf .git/modules/resources/samples/
- name: build-repo
image: golang:1.18-bullseye
commands: