mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 00:52:55 +00:00
build: update dependencies and adjust configuration
This commit is contained in:
@@ -3,7 +3,6 @@ image: registry.gitlab.com/openstapps/projectmanagement/node
|
||||
cache:
|
||||
key: ${CI_COMMIT_REF_SLUG}
|
||||
paths:
|
||||
- lib
|
||||
- node_modules
|
||||
|
||||
before_script:
|
||||
@@ -31,6 +30,16 @@ audit:
|
||||
stage: test
|
||||
script:
|
||||
- npm audit
|
||||
except:
|
||||
- schedules
|
||||
allow_failure: true
|
||||
|
||||
scheduled-audit:
|
||||
stage: test
|
||||
script:
|
||||
- npm audit
|
||||
only:
|
||||
- schedules
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
|
||||
Reference in New Issue
Block a user