Files
Test/.gitea/workflows/sync-source.yaml
T
lamtruong28 ed632a75f1
Sync Source / sync-source (push) Failing after 18s
Test sync source retry again
2026-08-10 20:25:09 +07:00

27 lines
549 B
YAML

name: Sync Source
on:
push:
branches:
- main
- develop
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