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: trigger-production:
stage: deploy stage: deploy
rules: rules:
- if: $CI_COMMIT_BRANCH == "live_production" && $CI_COMMIT_TAG != null - if: $CI_COMMIT_TAG != null
variables: variables:
BUILD_TYPE: frontend BUILD_TYPE: frontend
UPSTREAM_COMMIT_SHA: $CI_COMMIT_SHA UPSTREAM_COMMIT_SHA: $CI_COMMIT_SHA
...@@ -18,6 +18,7 @@ test-lint: ...@@ -18,6 +18,7 @@ test-lint:
- npm install - npm install
script: script:
- npm run lint - npm run lint
- npm audit --audit-level high
cache: cache:
- key: - key:
files: files:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment