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

Updates workflows to run properly on pull requests

This commit is contained in:
Refringe 2024-04-22 15:41:44 -04:00
parent be841fbe3f
commit 3ef3f076b0
Signed by: Refringe
GPG Key ID: 7715B85B4A6306ED
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ jobs:
- name: Clone - name: Clone
run: | run: |
rm -rf /workspace/SPT-AKI/Build/server rm -rf /workspace/SPT-AKI/Build/server
git clone https://dev.sp-tarkov.com/SPT-AKI/Server.git --branch master /workspace/SPT-AKI/Build/server git clone https://dev.sp-tarkov.com/${GITHUB_REPOSITORY}.git --branch master /workspace/SPT-AKI/Build/server
cd /workspace/SPT-AKI/Build/server cd /workspace/SPT-AKI/Build/server
git checkout ${GITHUB_SHA} git checkout ${GITHUB_SHA}

View File

@ -15,7 +15,7 @@ jobs:
- name: Clone - name: Clone
run: | run: |
rm -rf /workspace/SPT-AKI/Build/server rm -rf /workspace/SPT-AKI/Build/server
git clone https://dev.sp-tarkov.com/SPT-AKI/Server.git --branch master /workspace/SPT-AKI/Build/server git clone https://dev.sp-tarkov.com/${GITHUB_REPOSITORY}.git --branch master /workspace/SPT-AKI/Build/server
cd /workspace/SPT-AKI/Build/server cd /workspace/SPT-AKI/Build/server
git checkout ${GITHUB_SHA} git checkout ${GITHUB_SHA}

View File

@ -15,7 +15,7 @@ jobs:
- name: Clone - name: Clone
run: | run: |
rm -rf /workspace/SPT-AKI/Build/server rm -rf /workspace/SPT-AKI/Build/server
git clone https://dev.sp-tarkov.com/SPT-AKI/Server.git --branch master /workspace/SPT-AKI/Build/server git clone https://dev.sp-tarkov.com/${GITHUB_REPOSITORY}.git --branch master /workspace/SPT-AKI/Build/server
cd /workspace/SPT-AKI/Build/server cd /workspace/SPT-AKI/Build/server
git checkout ${GITHUB_SHA} git checkout ${GITHUB_SHA}