From 94e7ae5dbef75213f710fafeda2f3006de839b40 Mon Sep 17 00:00:00 2001 From: lamtruong28 Date: Mon, 10 Aug 2026 19:44:19 +0700 Subject: [PATCH] Test sync source retry --- .gitea/workflows/sync-source.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/sync-source.yaml b/.gitea/workflows/sync-source.yaml index 3ab1929..58bba20 100644 --- a/.gitea/workflows/sync-source.yaml +++ b/.gitea/workflows/sync-source.yaml @@ -11,12 +11,11 @@ jobs: runs-on: ubuntu-latest steps: -# -# - name: Show mount -# run: | -# mount | grep data -# df -h -# ls -la /data + - name: Show mount + run: | + mount | grep data + df -h + ls -la /data - name: Run sync script run: /data/sync.sh - name: Check dir