Commit c055872c authored by Joel Collins's avatar Joel Collins
Browse files

Remove audit from CI jobs

parent 9e34cb49
Loading
Loading
Loading
Loading
+0 −16
Original line number Diff line number Diff line
stages:
  - test
  - build
  - deploy

@@ -11,21 +10,6 @@ cache:
  - node_modules/


# Check for dependency vulnerabilities
audit:
  stage: test
  image: node:latest

  script:
    - npm audit --json> audit.json

  allow_failure: true

  artifacts:
    paths:
      - "./audit.json"


# Electron app build
build:
  stage: build