This commit is contained in:
@@ -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
|
||||
run: |
|
||||
echo "Running /data/sync.sh"
|
||||
/data/sync.sh
|
||||
Reference in New Issue
Block a user