diff --git a/.gitea/workflows/sync-source.yaml b/.gitea/workflows/sync-source.yaml index 34de3e4..20ab7d0 100644 --- a/.gitea/workflows/sync-source.yaml +++ b/.gitea/workflows/sync-source.yaml @@ -1,4 +1,4 @@ -name: Sync Source +name: Sync Source to Host on: push: @@ -10,18 +10,7 @@ jobs: sync-source: runs-on: ubuntu-latest steps: - - name: Show root and /data - run: | - echo "=== / ===" - ls -la / - echo "=== /data ===" - ls -la /data || true - echo "=== /proc/mounts ===" - cat /proc/mounts -# - 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 \ No newline at end of file + run: | + echo "Running /data/sync.sh" + /data/sync.sh \ No newline at end of file