Update .gitlab-ci.yml

master
dragontamerfred 2019-10-05 01:14:01 +02:00
parent 21ad306c68
commit 7a0ced22ce
1 changed files with 3 additions and 3 deletions

View File

@ -6,12 +6,12 @@ stages:
before_script:
- echo `pwd` # debug
- echo "$CI_BUILD_NAME, $CI_BUILD_REF_NAME $CI_BUILD_STAGE" # debug
- export GRADLE_USER_HOME=`pwd`/gradle
- export GRADLE_USER_HOME=`pwd`./gradle
cache:
paths:
- gradle/wrapper
- gradle/caches
- .gradle/wrapper
- .gradle/caches
build:
stage: build