gotzone format
This commit is contained in:
parent
305d1b9a62
commit
f2e44a2b18
@ -7,7 +7,6 @@ cache:
|
||||
key: "$CI_BUILD_STAGE"
|
||||
|
||||
stages:
|
||||
- mirror
|
||||
- security
|
||||
- test
|
||||
- release
|
||||
@ -15,13 +14,13 @@ stages:
|
||||
- pages
|
||||
|
||||
mirror:
|
||||
stage: mirror
|
||||
stage: security
|
||||
script:
|
||||
- npmci git mirror
|
||||
tags:
|
||||
- docker
|
||||
|
||||
security:
|
||||
snyk:
|
||||
stage: security
|
||||
script:
|
||||
- npmci command yarn global add snyk
|
||||
|
@ -13,7 +13,7 @@ export interface ILogContext {
|
||||
|
||||
export interface ILogPackage {
|
||||
logContext: ILogContext;
|
||||
logLevel: TLogLevel
|
||||
logLevel: TLogLevel;
|
||||
message: string;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user