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