0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 09:50:43 -05:00

Test Workflow - Hardcode Repo & Update SHA Name

This commit is contained in:
Refringe 2024-04-10 16:46:05 -04:00
parent 3ecd4f39f7
commit 74ff13068d
Signed by: Refringe
GPG Key ID: 7715B85B4A6306ED

View File

@ -14,14 +14,11 @@ jobs:
steps:
- name: Clone
run: |
COMMIT_SHA="<commit-sha>"
REPO_URL="https://dev.sp-tarkov.com/SPT-AKI/Server.git"
rm -rf /workspace/SPT-AKI/Build/server
git clone ${REPO_URL} --branch master /workspace/SPT-AKI/Build/server
git clone https://dev.sp-tarkov.com/SPT-AKI/Server.git --branch master /workspace/SPT-AKI/Build/server
cd /workspace/SPT-AKI/Build/server
git checkout ${COMMIT_SHA}
git checkout ${GITHUB_SHA}
shell: bash
- name: Pull LFS Files