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