0
0
mirror of https://github.com/sp-tarkov/build.git synced 2025-02-13 02:30:45 -05:00

Remove server-core directory and initialize it as a Git repository

This commit is contained in:
Refringe 2024-03-03 13:44:32 -05:00
parent 42338bfbfb
commit ddc4c64190
No known key found for this signature in database
GPG Key ID: 64E03E5F892C6F9E

View File

@ -138,6 +138,7 @@ jobs:
- name: Fetch Server Core Config - name: Fetch Server Core Config
run: | run: |
rm -rf ./server-core
git init ./server-core git init ./server-core
cd ./server-core cd ./server-core
git remote add origin https://dev.sp-tarkov.com/SPT-AKI/Server.git git remote add origin https://dev.sp-tarkov.com/SPT-AKI/Server.git