update to latest standards

This commit is contained in:
Phil Kunz
2018-03-05 00:57:41 +01:00
parent 1644a9c0de
commit 53ee39a4aa
10 changed files with 159 additions and 249 deletions

View File

@@ -7,19 +7,28 @@ cache:
key: "$CI_BUILD_STAGE"
stages:
- mirror
- security
- test
- release
- trigger
- pages
mirror:
stage: mirror
stage: security
script:
- npmci git mirror
tags:
- docker
snyk:
stage: security
script:
- npmci command yarn global add snyk
- npmci command yarn install --ignore-scripts
- npmci command snyk test
tags:
- docker
testLEGACY:
stage: test
script: