.
All checks were successful
/ build-docker-image (push) Successful in 51s

This commit is contained in:
2025-09-21 19:50:34 +01:00
parent 9fcd107db8
commit b8d08df128
2 changed files with 58 additions and 31 deletions

View File

@@ -1,5 +1,3 @@
#/bin/bash
source loadenv
repo_size_bytes=$(remote-connect du -b "$SSH_FOLDER" -d 0)
repo_size_bytes=$(echo "$repo_size_bytes" | awk '{print $1}')
echo "$repo_size_bytes"
$(remote-connect du -b "$SSH_FOLDER" -d 0 | awk '{print $1}')