chart and ci tweaks

This commit is contained in:
Armando Diaz
2025-10-17 08:13:54 -05:00
parent c7ae399615
commit e08ab62a32
2 changed files with 10 additions and 22 deletions

View File

@@ -1,19 +1,7 @@
stages:
- test
- build
- deploy
# Test stage
test:
stage: test
allow_failure: true
image: containers.global.bsf.tools/node:20.11-alpine3.19
script:
- cd frontend
- npm config set registry https://deps.global.bsf.tools/artifactory/api/npm/registry.npmjs.org/
- npm config set strict-ssl false
- npm config fix
- npm install
build_container:
stage: build