Browse Source

chore: gitlab audit pipeline no longer allowed to fail

tags/v0.10.4^2
Shaun 2 years ago
parent
commit
0cd9d39968
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      .gitlab-ci.yml

+ 0
- 1
.gitlab-ci.yml View File

@@ -9,7 +9,6 @@ audit:
script:
- cd src/server
- npm audit
allow_failure: true
only:
- merge_requests
- master


Loading…
Cancel
Save