0
0
mirror of https://github.com/sp-tarkov/build.git synced 2025-02-13 06:30:45 -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: build-server:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: refringe/spt-build-environment:1.0.4 image: refringe/spt-build-environment:1.0.3
steps: steps:
- name: Checkout Server Project - name: Checkout Server Project
uses: actions/checkout@v4 run: git clone https://dev.sp-tarkov.com/SPT-AKI/Server.git --branch 3.8.0-BE --depth 1 /workspace/server
with:
repository: 'refringe/Server'
path: 'server'
ref: '3.8.0-BE'
fetch-depth: 0
lfs: true
- name: Setup Node.js - name: Pull LFS Files
uses: actions/setup-node@v3 run: git lfs pull
with: workspace: /workspace/server
node-version-file: ./project/package.json