From 575d7676a5411ee9264892cf4f48ff186260d918 Mon Sep 17 00:00:00 2001 From: lamtruong28 Date: Sat, 8 Aug 2026 16:14:51 +0700 Subject: [PATCH] Test mount --- .gitea/workflows/sync-source.yaml | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) 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