Skip to content
Snippets Groups Projects
Verified Commit 566c9d5f authored by Griefed's avatar Griefed :joystick:
Browse files

This is where the 'fun' begins. Which cache setting is the correct one. Let's find out!

parent 288c5e34
No related branches found
No related tags found
1 merge request!290ci(Caching): Cache gradle and node dependencies to improve build and test speeds
This commit is part of merge request !290. Comments created here will be created in the context of that merge request.
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment