Update .gitlab-ci.yml

master
dragontamerfred 2019-10-05 01:20:14 +02:00
parent 49a49f2416
commit 90bb7b67ac
1 changed files with 5 additions and 5 deletions

View File

@ -3,15 +3,15 @@ image: java:8-jdk
stages:
- build
before_script:
#before_script:
# - echo `pwd` # debug
# - echo "$CI_BUILD_NAME, $CI_BUILD_REF_NAME $CI_BUILD_STAGE" # debug
# - export GRADLE_USER_HOME=`pwd`./gradle
cache:
paths:
- .gradle/wrapper
- .gradle/caches
#cache:
# paths:
# - .gradle/wrapper
# - .gradle/caches
build:
stage: build