diff --git a/.gitea/workflows/sync-source.yaml b/.gitea/workflows/sync-source.yaml index 4680dae..24d40e9 100644 --- a/.gitea/workflows/sync-source.yaml +++ b/.gitea/workflows/sync-source.yaml @@ -12,21 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Debug + - name: Test mount run: | - pwd - ls -la / - ls -la /data || true - - - name: Install rsync - run: | - apt-get update - apt-get install -y rsync - - - name: Sync source - run: | - mkdir -p /data/source/my-project - - rsync -a --delete \ - ./ \ - /data/source/my-project/ \ No newline at end of file + touch /workspace-storage/test.txt + ls -la /workspace-storage \ No newline at end of file