This commit is contained in:
@@ -12,14 +12,21 @@ jobs:
|
||||
container:
|
||||
volumes:
|
||||
- /data:/data
|
||||
|
||||
steps:
|
||||
- name: Debug
|
||||
run: |
|
||||
pwd
|
||||
ls -la /
|
||||
ls -la /data
|
||||
- name: Clone or Pull
|
||||
|
||||
- name: Show mount
|
||||
run: |
|
||||
mount | grep data
|
||||
df -h
|
||||
ls -la /data
|
||||
|
||||
- name: Clone or Pull
|
||||
env:
|
||||
REPO_URL: https://gitea.digitoolsolutions.synology.me/lamtruong28/Test.git
|
||||
TARGET_DIR: /data/Test
|
||||
|
||||
Reference in New Issue
Block a user