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:
parent
f0b4d42ebb
commit
22304b67b8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user