mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-13 09:50:45 -05:00
Update build.yaml to skip installing dependencies and building server if cache hit
This commit is contained in:
parent
f6df9e433b
commit
9c61d7e06e
@ -105,13 +105,13 @@ jobs:
|
|||||||
build-
|
build-
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
if: steps.build-cache.outputs.cache-hit != 'true'
|
#if: steps.build-cache.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
cd /workspace/refringe/Build/server/project
|
cd /workspace/refringe/Build/server/project
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
- name: Build Server
|
- name: Build Server
|
||||||
if: steps.build-cache.outputs.cache-hit != 'true'
|
#if: steps.build-cache.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
cd /workspace/refringe/Build/server/project
|
cd /workspace/refringe/Build/server/project
|
||||||
BUILD_TYPE="${{ steps.build-type.outputs.build_type }}"
|
BUILD_TYPE="${{ steps.build-type.outputs.build_type }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user