mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-04 12:32:57 +00:00
@@ -1,9 +1,8 @@
|
||||
image: node:lts-alpine
|
||||
image: registry.gitlab.com/openstapps/projectmanagement/node
|
||||
|
||||
cache:
|
||||
key: ${CI_COMMIT_REF_SLUG}
|
||||
paths:
|
||||
- lib
|
||||
- node_modules
|
||||
|
||||
stages:
|
||||
@@ -17,6 +16,10 @@ build:build:
|
||||
script:
|
||||
- npm install
|
||||
- npm run build
|
||||
artifacts:
|
||||
paths:
|
||||
- lib
|
||||
expire_in: 1 week
|
||||
|
||||
test:audit:
|
||||
stage: test
|
||||
|
||||
Reference in New Issue
Block a user