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