refactor: provide common functions and abstraction

This commit is contained in:
Michel Jonathan Schmitz
2019-05-16 08:22:43 +02:00
parent 8ec4401d21
commit 7dfbb9a650
15 changed files with 2379 additions and 1759 deletions

View File

@@ -3,7 +3,7 @@ image: registry.gitlab.com/openstapps/projectmanagement/node
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- node_modules/
- node_modules
before_script:
- npm install
@@ -19,9 +19,19 @@ build:
- npm run build
audit:
stage: test
allow_failure: true
except:
- schedules
script:
- npm audit
stage: test
scheduled-audit:
only:
- schedules
script:
- npm audit
stage: test
mocha:
stage: test