Workflow: Adds debugging information
This commit is contained in:
parent
391834081e
commit
ba4e26585b
@ -20,13 +20,13 @@ jobs:
|
|||||||
rm -rf /workspace/SPT-AKI/Server
|
rm -rf /workspace/SPT-AKI/Server
|
||||||
git clone https://dev.sp-tarkov.com/${{ GITHUB_REPOSITORY }}.git --branch master /workspace/SPT-AKI/Server
|
git clone https://dev.sp-tarkov.com/${{ GITHUB_REPOSITORY }}.git --branch master /workspace/SPT-AKI/Server
|
||||||
|
|
||||||
cd /workspace/SPT-AKI/Server
|
cd /workspace/SPT-AKI/Server && ls -lah
|
||||||
git checkout ${{ GITHUB_REF }}
|
git checkout ${{ GITHUB_REF }}
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Pull LFS Files
|
- name: Pull LFS Files
|
||||||
run: |
|
run: |
|
||||||
cd /workspace/SPT-AKI/Server
|
cd /workspace/SPT-AKI/Server && ls -lah
|
||||||
git lfs pull
|
git lfs pull
|
||||||
git lfs ls-files
|
git lfs ls-files
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
Reference in New Issue
Block a user