mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-11 04:03:34 +00:00
ci: update ci
This commit is contained in:
committed by
Rainer Killinger
parent
994d6c1e6b
commit
578fd58cd9
@@ -6,7 +6,7 @@ stages:
|
|||||||
- publish
|
- publish
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- npm install
|
- npm ci
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
@@ -33,7 +33,7 @@ scheduled-audit:
|
|||||||
only:
|
only:
|
||||||
- schedules
|
- schedules
|
||||||
script:
|
script:
|
||||||
- npm audit
|
- npm audit --audit-level=high
|
||||||
stage: test
|
stage: test
|
||||||
|
|
||||||
image-test:
|
image-test:
|
||||||
@@ -53,7 +53,6 @@ image-test:
|
|||||||
- /(^v[0-9]+\.[0-9]+\.[0-9]+$|^master$|^develop$)/
|
- /(^v[0-9]+\.[0-9]+\.[0-9]+$|^master$|^develop$)/
|
||||||
|
|
||||||
image-build:
|
image-build:
|
||||||
before_script: []
|
|
||||||
image: registry.gitlab.com/openstapps/projectmanagement/builder
|
image: registry.gitlab.com/openstapps/projectmanagement/builder
|
||||||
stage: publish
|
stage: publish
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|||||||
Reference in New Issue
Block a user