Loading .gitlab-ci.yml +0 −16 Original line number Diff line number Diff line stages: - test - build - deploy Loading @@ -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 Loading Loading
.gitlab-ci.yml +0 −16 Original line number Diff line number Diff line stages: - test - build - deploy Loading @@ -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 Loading