Test mount
Sync Source new / sync (push) Failing after 22s

This commit is contained in:
2026-08-08 16:14:51 +07:00
parent 7f8823fe2a
commit 575d7676a5
+3 -17
View File
@@ -12,21 +12,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Debug - name: Test mount
run: | run: |
pwd touch /workspace-storage/test.txt
ls -la / ls -la /workspace-storage
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/