This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 6f8d57b4 authored by Eduard Frankford's avatar Eduard Frankford
Browse files

improved cache strategy

parent 6877a6c1
Branches
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
......@@ -5,7 +5,6 @@ cache: &global_cache
paths:
- .maven/
- .npm/
- node_modules/
policy: pull-push
stages:
......@@ -21,8 +20,7 @@ stages:
before_script:
- export NG_CLI_ANALYTICS="false"
- export MAVEN_USER_HOME=`pwd`/.maven
- npm install
# - npm ci --cache .npm --prefer-offline
- npm ci --cache .npm --prefer-offline
pmdCheckstylePrettierLint:
stage: lint
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment