Skip to content
Snippets Groups Projects
Commit 8d210cce authored by dgelessus's avatar dgelessus
Browse files

Set GRADLE_USER_HOME on CI via variables instead of before_script

parent 84ae3b53
Branches
Tags
No related merge requests found
......@@ -5,9 +5,7 @@ stages:
variables:
GRADLE_ARGS: --no-daemon --stacktrace --warning-mode=all
before_script:
- export GRADLE_USER_HOME=`pwd`/.gradle
GRADLE_USER_HOME: "$CI_PROJECT_DIR/.gradle"
tests:
stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment