borg container image feature/review-docker: pipelines and scripts revisions (#1)
All checks were successful
/ build-docker-image (push) Successful in 8s
All checks were successful
/ build-docker-image (push) Successful in 8s
Co-authored-by: Márcio Fernandes <marcio.fernandes@outlook.pt> Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
@@ -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"
|
||||
echo $(remote-connect du -b "$SSH_FOLDER" -d 0 | awk '{print $1}')
|
||||
Reference in New Issue
Block a user