mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-04 20:42:52 +00:00
ci: adjust ci configuration
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
image: registry.gitlab.com/openstapps/projectmanagement/node:latest
|
||||
image: registry.gitlab.com/openstapps/projectmanagement/node
|
||||
|
||||
cache:
|
||||
key: ${CI_COMMIT_REF_SLUG}
|
||||
@@ -31,8 +31,6 @@ test:
|
||||
- npm test
|
||||
|
||||
audit:
|
||||
tags:
|
||||
- docker
|
||||
stage: test
|
||||
script:
|
||||
- npm audit
|
||||
@@ -59,8 +57,6 @@ routes:
|
||||
- routes.md
|
||||
|
||||
pages:
|
||||
tags:
|
||||
- docker
|
||||
stage: deploy
|
||||
script:
|
||||
- npm run documentation
|
||||
|
||||
Reference in New Issue
Block a user