Skip to content
Snippets Groups Projects
Verified Commit 8d2d986d authored by Dorian Koch's avatar Dorian Koch
Browse files

Fix trigger-production rule, Run audit in pipeline

parent 9f3d3f5e
No related branches found
No related tags found
No related merge requests found
Pipeline #6167 passed
trigger-production:
stage: deploy
rules:
- if: $CI_COMMIT_BRANCH == "live_production" && $CI_COMMIT_TAG != null
- if: $CI_COMMIT_TAG != null
variables:
BUILD_TYPE: frontend
UPSTREAM_COMMIT_SHA: $CI_COMMIT_SHA
......@@ -18,6 +18,7 @@ test-lint:
- npm install
script:
- npm run lint
- npm audit --audit-level high
cache:
- key:
files:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment