From a6f4c01c63c76c4c19ea894b7de56ec9bdc8e8ba Mon Sep 17 00:00:00 2001 From: lamtruong28 Date: Mon, 10 Aug 2026 20:19:40 +0700 Subject: [PATCH] Test sync source retry --- .gitea/workflows/sync-source.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/sync-source.yaml b/.gitea/workflows/sync-source.yaml index 1a1339d..f87dedb 100644 --- a/.gitea/workflows/sync-source.yaml +++ b/.gitea/workflows/sync-source.yaml @@ -18,8 +18,12 @@ jobs: ls -la /data || true echo "=== /proc/mounts ===" cat /proc/mounts - - name: Sleep so you can inspect container - run: sleep 300 + + - name: Run sync script with debug + run: | + echo "Running /data/sync.sh" + /bin/bash -x /data/sync.sh + - name: Run sync script run: /data/sync.sh - name: Check dir