mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 05:52:57 +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:
|
cache:
|
||||||
key: ${CI_COMMIT_REF_SLUG}
|
key: ${CI_COMMIT_REF_SLUG}
|
||||||
@@ -31,8 +31,6 @@ test:
|
|||||||
- npm test
|
- npm test
|
||||||
|
|
||||||
audit:
|
audit:
|
||||||
tags:
|
|
||||||
- docker
|
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- npm audit
|
- npm audit
|
||||||
@@ -59,8 +57,6 @@ routes:
|
|||||||
- routes.md
|
- routes.md
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
tags:
|
|
||||||
- docker
|
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- npm run documentation
|
- npm run documentation
|
||||||
|
|||||||
Reference in New Issue
Block a user