1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2025-06-16 09:46:39 +00:00

start the fight with CI

This commit is contained in:
Anson Biggs 2025-06-03 13:11:12 -06:00
parent 33309a07c0
commit 9808644aff

View File

@ -13,6 +13,8 @@ build:
rules:
- if: '$CI_COMMIT_REF_NAME == "v4"'
before_script:
- git submodule sync --recursive
- git submodule update --init --recursive
- hash -r
- npm ci --cache .npm --prefer-offline
script: