chart and ci tweaks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user