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

Update build.yaml to use refringe/spt-build-environment:1.0.3 image and clone Server.git with specific branch and depth

This commit is contained in:
Refringe 2024-03-01 13:27:53 -05:00
parent f0b4d42ebb
commit 22304b67b8
No known key found for this signature in database
GPG Key ID: DA8524051241DD36

View File

@ -10,19 +10,12 @@ jobs:
build-server:
runs-on: ubuntu-latest
container:
image: refringe/spt-build-environment:1.0.4
image: refringe/spt-build-environment:1.0.3
steps:
- name: Checkout Server Project
uses: actions/checkout@v4
with:
repository: 'refringe/Server'
path: 'server'
ref: '3.8.0-BE'
fetch-depth: 0
lfs: true
run: git clone https://dev.sp-tarkov.com/SPT-AKI/Server.git --branch 3.8.0-BE --depth 1 /workspace/server
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version-file: ./project/package.json
- name: Pull LFS Files
run: git lfs pull
workspace: /workspace/server