mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-13 04:50:46 -05:00
Clean server builds
This commit is contained in:
parent
fb180ca715
commit
46ad964711
@ -120,6 +120,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Clone
|
- name: Clone
|
||||||
run: |
|
run: |
|
||||||
|
rm -rf /workspace/refringe/Build/server
|
||||||
if [[ "${{ needs.prepare.outputs.is_nightly }}" == "true" ]]; then
|
if [[ "${{ needs.prepare.outputs.is_nightly }}" == "true" ]]; then
|
||||||
BRANCH=${{ needs.prepare.outputs.branch_server }}
|
BRANCH=${{ needs.prepare.outputs.branch_server }}
|
||||||
echo "Cloning branch $BRANCH"
|
echo "Cloning branch $BRANCH"
|
||||||
@ -183,6 +184,8 @@ jobs:
|
|||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
cd /workspace/refringe/Build/server/project
|
cd /workspace/refringe/Build/server/project
|
||||||
|
rm -rf package-lock.json node_modules
|
||||||
|
npm cache clean --force
|
||||||
npm install
|
npm install
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user