From 0c1246b0cf07ec766b230d58c98ba8d98d8ade3e Mon Sep 17 00:00:00 2001 From: lamtruong28 Date: Mon, 10 Aug 2026 17:12:48 +0700 Subject: [PATCH] Test sync source retry --- .gitea/workflows/sync-source.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/sync-source.yaml b/.gitea/workflows/sync-source.yaml index 85567e3..85e2d9e 100644 --- a/.gitea/workflows/sync-source.yaml +++ b/.gitea/workflows/sync-source.yaml @@ -11,6 +11,12 @@ jobs: runs-on: ubuntu-latest steps: +# +# - name: Show mount +# run: | +# mount | grep data +# df -h +# ls -la /data - name: Check dir run: ls -la /output