ci: repair and clean up ci pipelines

This commit is contained in:
Rainer Killinger
2021-12-15 12:27:33 +01:00
parent 6a655fe28a
commit c1b956986d
2 changed files with 2 additions and 6 deletions

View File

@@ -1,12 +1,8 @@
image: registry.gitlab.com/openstapps/projectmanagement/node
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- node_modules
before_script:
- npm install
- npm ci
stages:
- build

View File

@@ -32,7 +32,7 @@
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'docs: update changelog'",
"check-configuration": "openstapps-configuration",
"compile": "rimraf lib && tsc && prepend lib/cli.js '#!/usr/bin/env node\n'",
"documentation": "typedoc --out docs --readme README.md --includeVersion --listInvalidSymbolLinks src",
"documentation": "typedoc --out docs --readme README.md --includeVersion --validation.invalidLink true --entryPointStrategy expand src",
"plantuml-start": "docker run --name plantuml-server -d -p 8080:8080 registry.gitlab.com/openstapps/core-tools:latest",
"plantuml-restart": "docker restart plantuml-server",
"plantuml-stop": "docker stop plantuml-server",