Reduce cloned depth
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Sandro - 2023-06-27 18:35:06 +02:00
parent 59128c9f3d
commit 000003945f
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ server:
from_secret: ssh_key
clone:
depth: 25
depth: 1
steps:
- name: build html website
@ -23,6 +23,6 @@ steps:
- make -f Makefile.gemini -j$(nproc) export DESTDIR=/var/gemini
---
kind: signature
hmac: 2b445804eba8a529a0759c216b1f99dc01975b8398ccf52346d94adbbf150ef7
hmac: 26dc25ba388782d3c07e492c17efa0d12c18cbf793aea366a4137c5ad1fb97cd
...