@@ -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/
|
||||
touch /workspace-storage/test.txt
|
||||
ls -la /workspace-storage
|
||||
Reference in New Issue
Block a user