Skip to content
Snippets Groups Projects

ci(Caching): Cache gradle and node dependencies to improve build and test speeds

Merged Griefed requested to merge cache into beta
1 file
+ 1
4
Compare changes
  • Side-by-side
  • Inline
+ 1
4
@@ -15,6 +15,7 @@ variables:
SECRETS_ANALYZER_VERSION: "3"
SECRET_DETECTION_EXCLUDED_PATHS: ""
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
GRADLE_USER_HOME: "$CI_PROJECT_DIR/.gradle"
services:
- name: ghcr.io/griefed/gitlab-ci-cd:2.0.9
@@ -28,10 +29,6 @@ workflow:
when: never
- when: always
before_script:
- GRADLE_USER_HOME="$(pwd)/.gradle"
- export GRADLE_USER_HOME
cache:
paths:
- frontend/node_modules
Loading